diff options
Diffstat (limited to 'src/ui/window.h')
-rw-r--r-- | src/ui/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h index bb98dbe9..63f7e5f2 100644 --- a/src/ui/window.h +++ b/src/ui/window.h | |||
@@ -137,6 +137,8 @@ iRoot * findRoot_Window (const iWindow *, const iWidget *widget); | |||
137 | iRoot * otherRoot_Window (const iWindow *, iRoot *root); | 137 | iRoot * otherRoot_Window (const iWindow *, iRoot *root); |
138 | iWindow * get_Window (void); | 138 | iWindow * get_Window (void); |
139 | 139 | ||
140 | iBool isOpenGLRenderer_Window (void); | ||
141 | |||
140 | #if defined (LAGRANGE_ENABLE_CUSTOM_FRAME) | 142 | #if defined (LAGRANGE_ENABLE_CUSTOM_FRAME) |
141 | SDL_HitTestResult hitTest_Window(const iWindow *d, iInt2 pos); | 143 | SDL_HitTestResult hitTest_Window(const iWindow *d, iInt2 pos); |
142 | #endif | 144 | #endif |