diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1293,7 +1293,7 @@ iPeriodic *periodic_App(void) { | |||
1293 | } | 1293 | } |
1294 | 1294 | ||
1295 | iBool isLandscape_App(void) { | 1295 | iBool isLandscape_App(void) { |
1296 | const iInt2 size = rootSize_Window(get_Window()); | 1296 | const iInt2 size = size_Window(get_Window()); |
1297 | return size.x > size.y; | 1297 | return size.x > size.y; |
1298 | } | 1298 | } |
1299 | 1299 | ||