mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
fix a compilation error: use #ifdef _MGSCHEMA_COMPOSITING
This commit is contained in:
@@ -4413,7 +4413,9 @@ static void travel_children_with_priv_cdc (struct _travel_context* ctxt)
|
||||
|
||||
child = (PCONTROL)(ctxt->parent->children);
|
||||
while (child) {
|
||||
#ifdef _MGSCHEMA_COMPOSITING
|
||||
child->surf = ctxt->surface;
|
||||
#endif
|
||||
|
||||
if (child->privCDC) {
|
||||
ctxt->cb (ctxt, child);
|
||||
|
||||
Reference in New Issue
Block a user