enable RequestHWSurface for compositing schema

This commit is contained in:
Vincent Wei
2020-03-10 18:50:28 +08:00
parent f56529febf
commit 6a2d2fccc8

View File

@@ -142,7 +142,7 @@ struct GAL_VideoDevice {
/* Information about the video hardware */
GAL_VideoInfo info;
#if IS_SHAREDFB_SCHEMA
#ifdef _MGRM_PROCESSES
/* Request a surface in video memory */
void (*RequestHWSurface)(_THIS, const REQ_HWSURFACE* request,
REP_HWSURFACE* reply);