summaryrefslogtreecommitdiff
path: root/src/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32.h')
-rw-r--r--src/win32.h2
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);
32float desktopDPI_Win32(void); 32float desktopDPI_Win32(void);
33void useExecutableIconResource_SDLWindow(SDL_Window *win); 33void useExecutableIconResource_SDLWindow(SDL_Window *win);
34 34
35#if defined (LAGRANGE_CUSTOM_FRAME) 35#if defined (LAGRANGE_ENABLE_CUSTOM_FRAME)
36iInt2 cursor_Win32(void); 36iInt2 cursor_Win32(void);
37void processNativeEvent_Win32(const struct SDL_SysWMmsg *msg, iWindow *window); 37void processNativeEvent_Win32(const struct SDL_SysWMmsg *msg, iWindow *window);
38void setup_SDLWindow(SDL_Window *); 38void setup_SDLWindow(SDL_Window *);