mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(region): add SRgnDuplicate
This commit is contained in:
parent
4dcb438394
commit
335962e3fc
4 changed files with 61 additions and 1 deletions
|
|
@ -8,10 +8,12 @@ void SRgnClear(HSRGN handle);
|
|||
|
||||
void SRgnCombineRectf(HSRGN handle, RECTF* rect, void* param, int32_t combineMode);
|
||||
|
||||
void SRgnCreate(HSRGN* handlePtr, uint32_t reserved);
|
||||
void SRgnCreate(HSRGN* handlePtr, uint32_t reserved = 0);
|
||||
|
||||
void SRgnDelete(HSRGN handle);
|
||||
|
||||
void SRgnDuplicate(HSRGN orighandle, HSRGN *handle, uint32_t reserved = 0);
|
||||
|
||||
void SRgnGetBoundingRectf(HSRGN handle, RECTF* rect);
|
||||
|
||||
void SRgnGetRectsf(HSRGN handle, uint32_t* numrects, RECTF* buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue