change prototype of __mg_move_client_to_layer

This commit is contained in:
Vincent Wei
2021-03-24 11:32:09 +08:00
parent 0ceee74091
commit af7df5bcea
+1 -1
View File
@@ -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
}