mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 12:27:58 +08:00
remove drm_magic
This commit is contained in:
@@ -107,7 +107,6 @@ typedef struct tagG_RES {
|
||||
#ifdef _MGGAL_DRM
|
||||
char video_exdriver [LEN_EXDRIVER_NAME + 1];
|
||||
Uint32 video_drm_format;
|
||||
Uint32 video_drm_magic;
|
||||
Uint32 video_dbl_buff:1;
|
||||
#endif
|
||||
|
||||
@@ -184,7 +183,6 @@ typedef G_RES* PG_RES;
|
||||
#ifdef _MGGAL_DRM
|
||||
#define SHAREDRES_VIDEO_EXDRIVER (((PG_RES)mgSharedRes)->video_exdriver)
|
||||
#define SHAREDRES_VIDEO_DRM_FORMAT (((PG_RES)mgSharedRes)->video_drm_format)
|
||||
#define SHAREDRES_VIDEO_DRM_MAGIC (((PG_RES)mgSharedRes)->video_drm_magic)
|
||||
#define SHAREDRES_VIDEO_DBL_BUFF (((PG_RES)mgSharedRes)->video_dbl_buff)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user