declare kernel_get_next_znode

This commit is contained in:
Vincent Wei
2020-01-17 15:50:41 +08:00
parent a5134fec40
commit 80a528ffc0
+1
View File
@@ -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
}