summaryrefslogtreecommitdiff
path: root/src/ui/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/root.h')
-rw-r--r--src/ui/root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/root.h b/src/ui/root.h
index 04dd5e16..851d927d 100644
--- a/src/ui/root.h
+++ b/src/ui/root.h
@@ -40,6 +40,6 @@ void updateToolbarColors_Root (iRoot *);
40iInt2 size_Root (const iRoot *); 40iInt2 size_Root (const iRoot *);
41iRect rect_Root (const iRoot *); 41iRect rect_Root (const iRoot *);
42iRect safeRect_Root (const iRoot *); 42iRect safeRect_Root (const iRoot *);
43iInt2 visibleSize_Root (const iRoot *); /* may be obstructed by software keyboard */ 43iRect visibleRect_Root (const iRoot *); /* may be obstructed by software keyboard */
44iBool isNarrow_Root (const iRoot *); 44iBool isNarrow_Root (const iRoot *);
45int appIconSize_Root (void); 45int appIconSize_Root (void);