mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-09 04:11:04 +08:00
9 lines
179 B
C
9 lines
179 B
C
static BLOCKHEAP sg_MyFreeClipRectList;
|
|
|
|
...
|
|
|
|
CLIPRGN my_region
|
|
|
|
InitFreeClipRectList (&sg_MyFreeClipRectList, 20);
|
|
InitClipRgn (&my_regioni, &sg_MyFreeClipRectList);
|