fix a conditional compilation error

This commit is contained in:
Vincent Wei
2020-03-20 19:54:53 +08:00
parent 3f65456f3f
commit f8bd1a67bc

View File

@@ -61,7 +61,6 @@ typedef struct GAL_PrivateVideoData {
/* For compositing schema, we force to use double buffering */
#ifdef _MGSCHEMA_COMPOSITING
GAL_Surface *real_screen, *shadow_screen;
RECT dirty_rc;
DrmSurfaceBuffer *cursor_buff;
uint32_t cursor_plane_id;
@@ -80,6 +79,10 @@ typedef struct GAL_PrivateVideoData {
uint32_t real_name, shadow_name;
#endif /* not defined _MGSCHEMA_COMPOSITING */
#if !IS_SHAREDFB_SCHEMA_PROCS
RECT dirty_rc;
#endif
char* dev_name;
char* ex_driver;
int dev_fd;