diff options
Diffstat (limited to 'src/ui/window.h')
-rw-r--r-- | src/ui/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h index f1827931..81fc2c06 100644 --- a/src/ui/window.h +++ b/src/ui/window.h | |||
@@ -193,7 +193,7 @@ void draw_MainWindow (iMainWindow *); | |||
193 | void drawWhileResizing_MainWindow (iMainWindow *, int w, int h); /* workaround for SDL bug */ | 193 | void drawWhileResizing_MainWindow (iMainWindow *, int w, int h); /* workaround for SDL bug */ |
194 | 194 | ||
195 | int snap_MainWindow (const iMainWindow *); | 195 | int snap_MainWindow (const iMainWindow *); |
196 | iBool isFullscreen_Window (const iMainWindow *); | 196 | iBool isFullscreen_MainWindow (const iMainWindow *); |
197 | 197 | ||
198 | #if defined (LAGRANGE_ENABLE_CUSTOM_FRAME) | 198 | #if defined (LAGRANGE_ENABLE_CUSTOM_FRAME) |
199 | SDL_HitTestResult hitTest_MainWindow(const iMainWindow *d, iInt2 pos); | 199 | SDL_HitTestResult hitTest_MainWindow(const iMainWindow *d, iInt2 pos); |