diff options
author | chai <chaifix@163.com> | 2020-07-10 23:11:10 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-07-10 23:11:10 +0800 |
commit | 21bd7a08615b388bc536d3ffb1e3efce7e5f7673 (patch) | |
tree | f99133d42d83ce49966fb3c05ba8d0bcc0fd1d47 /src/extern/wog.h | |
parent | e5e5295ed38cb24feb5ee6f827b2765a4153bfc8 (diff) |
*icon
Diffstat (limited to 'src/extern/wog.h')
-rw-r--r-- | src/extern/wog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/extern/wog.h b/src/extern/wog.h index 6c5bc08..2052d07 100644 --- a/src/extern/wog.h +++ b/src/extern/wog.h @@ -206,4 +206,8 @@ void wog_registerQuitCallback(wog_Callback cal); wog_Surface* wog_getsurface(wog_Window* wnd); +void wog_setcursor(wog_Window* wnd, unsigned int cursor); +void wog_setcursorImage(wog_Window* wnd, const char* path); + + #endif
\ No newline at end of file |