mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-08 03:41:52 +08:00
do not use dumb surface for shadow screen, use GAL_CreateRGBSurfaceInShm instead
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -61,6 +61,7 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user