summaryrefslogtreecommitdiff
path: root/src/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h2
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 *);
193void drawWhileResizing_MainWindow (iMainWindow *, int w, int h); /* workaround for SDL bug */ 193void drawWhileResizing_MainWindow (iMainWindow *, int w, int h); /* workaround for SDL bug */
194 194
195int snap_MainWindow (const iMainWindow *); 195int snap_MainWindow (const iMainWindow *);
196iBool isFullscreen_Window (const iMainWindow *); 196iBool isFullscreen_MainWindow (const iMainWindow *);
197 197
198#if defined (LAGRANGE_ENABLE_CUSTOM_FRAME) 198#if defined (LAGRANGE_ENABLE_CUSTOM_FRAME)
199SDL_HitTestResult hitTest_MainWindow(const iMainWindow *d, iInt2 pos); 199SDL_HitTestResult hitTest_MainWindow(const iMainWindow *d, iInt2 pos);