mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 02:01:50 +08:00
initical commit
This commit is contained in:
8
examples/initcliprgn.c
Normal file
8
examples/initcliprgn.c
Normal file
@@ -0,0 +1,8 @@
|
||||
static BLOCKHEAP sg_MyFreeClipRectList;
|
||||
|
||||
...
|
||||
|
||||
CLIPRGN my_region
|
||||
|
||||
InitFreeClipRectList (&sg_MyFreeClipRectList, 20);
|
||||
InitClipRgn (&my_regioni, &sg_MyFreeClipRectList);
|
||||
Reference in New Issue
Block a user