mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 19:37:00 +08:00
add old_active and next_active in ZORDERINFO; declare __mg_sync_special_nodes
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user