remove drm_magic

This commit is contained in:
Vincent Wei
2020-03-21 17:47:59 +08:00
parent 50b7ee5fc2
commit a8c623b0dd
-2
View File
@@ -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