mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 03:23:46 +08:00
fix conditional compilation error
This commit is contained in:
+1
-1
@@ -268,7 +268,7 @@ BOOL GUIAPI ServerDeleteLayer (MG_Layer* layer)
|
||||
ServerSetTopmostLayer (layer->next);
|
||||
|
||||
if (OnChangeLayer) OnChangeLayer (LCO_DEL_LAYER, layer, NULL);
|
||||
DO_COMPSOR_OP_ARGS (on_layer_op, LCO_DEL_LAYER, layer, client);
|
||||
DO_COMPSOR_OP_ARGS (on_layer_op, LCO_DEL_LAYER, layer, NULL);
|
||||
|
||||
client = layer->cli_head;
|
||||
while (client) {
|
||||
|
||||
Reference in New Issue
Block a user