From 6a2d2fccc8e848a0a0f03153104e6359472003ff Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 10 Mar 2020 18:50:28 +0800 Subject: [PATCH] enable RequestHWSurface for compositing schema --- src/newgal/sysvideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgal/sysvideo.h b/src/newgal/sysvideo.h index 35480b4c..b7084541 100644 --- a/src/newgal/sysvideo.h +++ b/src/newgal/sysvideo.h @@ -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);