diff options
Diffstat (limited to 'src/extern/wog.h')
-rw-r--r-- | src/extern/wog.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/extern/wog.h b/src/extern/wog.h index 2052d07..c5e5c06 100644 --- a/src/extern/wog.h +++ b/src/extern/wog.h @@ -207,7 +207,11 @@ 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); +//void wog_setcursorImage(wog_Window* wnd, const char* path); +typedef HANDLE Wog_Cursor; +void wog_setcursorImage(wog_Window* wnd, Wog_Cursor icon); +void wog_setMouseCapture(wog_Window* wnd); +void wog_releaseMouseCapture(wog_Window* wnd); #endif
\ No newline at end of file |