mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
fix a conditional compilation error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user