mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 12:27:58 +08:00
declare kernel_get_next_znode
This commit is contained in:
@@ -177,6 +177,7 @@ int kernel_alloc_z_order_info (int nr_topmosts, int nr_normals);
|
||||
void kernel_free_z_order_info (ZORDERINFO* zi);
|
||||
int kernel_change_z_order_mask_rect (HWND pWin, const RECT4MASK* rc, int nr_rc);
|
||||
int kernel_get_window_region (HWND pWin, CLIPRGN* region);
|
||||
int kernel_get_next_znode (const ZORDERINFO* zi, int from);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user