summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index 675edf4c..9ef49f4f 100644
--- a/src/app.c
+++ b/src/app.c
@@ -1293,7 +1293,7 @@ iPeriodic *periodic_App(void) {
1293} 1293}
1294 1294
1295iBool isLandscape_App(void) { 1295iBool 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