mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 03:23:46 +08:00
comment out _cb_exclude_rc for compositing schema
This commit is contained in:
@@ -573,7 +573,6 @@ static BOOL _cb_update_rc (void* context,
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
#endif /* not defined _MGSCHEMA_COMPOSITING */
|
||||
|
||||
static BOOL _cb_exclude_rc (void* context,
|
||||
const ZORDERINFO* zi, ZORDERNODE* node)
|
||||
@@ -602,6 +601,7 @@ static BOOL _cb_exclude_rc (void* context,
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
#endif /* not defined _MGSCHEMA_COMPOSITING */
|
||||
|
||||
#ifdef _MGSCHEMA_COMPOSITING
|
||||
static inline void reset_window (PMAINWIN pWin, RECT* rcWin) { }
|
||||
|
||||
Reference in New Issue
Block a user