add old_active and next_active in ZORDERINFO; declare __mg_sync_special_nodes

This commit is contained in:
Vincent Wei
2021-03-24 19:20:32 +08:00
parent 5ccb57c19d
commit 877ed4c382

View File

@@ -133,6 +133,8 @@ typedef struct _ZORDERINFO {
int first_launcher;
int active_win;
int old_active;
int next_active;
int cli_trackmenu;
@@ -257,6 +259,8 @@ int __kernel_get_window_region (HWND pWin, CLIPRGN* region);
int __kernel_get_next_znode (const ZORDERINFO* zi, int from);
int __kernel_get_prev_znode (const ZORDERINFO* zi, int from);
void __mg_sync_special_nodes (ZORDERINFO* from, ZORDERINFO* to);
#ifdef __cplusplus
}
#endif /* __cplusplus */