mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 11:07:54 +08:00
change prototype of __mg_move_client_to_layer
This commit is contained in:
@@ -171,7 +171,7 @@ void __mg_check_dirty_znode (int cli);
|
||||
static inline void __mg_check_dirty_znode (int cli) {}
|
||||
#endif
|
||||
|
||||
BOOL __mg_move_client_to_layer (MG_Client* client, MG_Layer* layer, BOOL copy_special);
|
||||
BOOL __mg_move_client_to_layer (MG_Client* client, MG_Layer* layer);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user