diff options
Diffstat (limited to 'src/win32.h')
-rw-r--r-- | src/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32.h b/src/win32.h index 27aa0539..d53a2fe8 100644 --- a/src/win32.h +++ b/src/win32.h | |||
@@ -32,7 +32,7 @@ void setDPIAware_Win32(void); | |||
32 | float desktopDPI_Win32(void); | 32 | float desktopDPI_Win32(void); |
33 | void useExecutableIconResource_SDLWindow(SDL_Window *win); | 33 | void useExecutableIconResource_SDLWindow(SDL_Window *win); |
34 | 34 | ||
35 | #if defined (LAGRANGE_CUSTOM_FRAME) | 35 | #if defined (LAGRANGE_ENABLE_CUSTOM_FRAME) |
36 | iInt2 cursor_Win32(void); | 36 | iInt2 cursor_Win32(void); |
37 | void processNativeEvent_Win32(const struct SDL_SysWMmsg *msg, iWindow *window); | 37 | void processNativeEvent_Win32(const struct SDL_SysWMmsg *msg, iWindow *window); |
38 | void setup_SDLWindow(SDL_Window *); | 38 | void setup_SDLWindow(SDL_Window *); |