mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 19:13:46 +08:00
enable RequestHWSurface for compositing schema
This commit is contained in:
@@ -142,7 +142,7 @@ struct GAL_VideoDevice {
|
|||||||
/* Information about the video hardware */
|
/* Information about the video hardware */
|
||||||
GAL_VideoInfo info;
|
GAL_VideoInfo info;
|
||||||
|
|
||||||
#if IS_SHAREDFB_SCHEMA
|
#ifdef _MGRM_PROCESSES
|
||||||
/* Request a surface in video memory */
|
/* Request a surface in video memory */
|
||||||
void (*RequestHWSurface)(_THIS, const REQ_HWSURFACE* request,
|
void (*RequestHWSurface)(_THIS, const REQ_HWSURFACE* request,
|
||||||
REP_HWSURFACE* reply);
|
REP_HWSURFACE* reply);
|
||||||
|
|||||||
Reference in New Issue
Block a user