diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-14 07:01:48 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-14 07:01:48 +0200 |
commit | 7ad1d4686e0a454570bc6ad9e8b7bde49fcf04d6 (patch) | |
tree | 2643b7e0272b626a4b18c18bfc65ac77094e7505 /src/ui/root.h | |
parent | 8e85ed281348f286a332c23cae7470cde8f6b9ec (diff) | |
parent | 78de5577096bd81d6da152d9f819851c2f8ef260 (diff) |
Merge branch 'dev' into work/v1.9
# Conflicts:
# CMakeLists.txt
# Depends.cmake
# src/lang.c
Diffstat (limited to 'src/ui/root.h')
-rw-r--r-- | src/ui/root.h | 2 |
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 *); | |||
40 | iInt2 size_Root (const iRoot *); | 40 | iInt2 size_Root (const iRoot *); |
41 | iRect rect_Root (const iRoot *); | 41 | iRect rect_Root (const iRoot *); |
42 | iRect safeRect_Root (const iRoot *); | 42 | iRect safeRect_Root (const iRoot *); |
43 | iInt2 visibleSize_Root (const iRoot *); /* may be obstructed by software keyboard */ | 43 | iRect visibleRect_Root (const iRoot *); /* may be obstructed by software keyboard */ |
44 | iBool isNarrow_Root (const iRoot *); | 44 | iBool isNarrow_Root (const iRoot *); |
45 | int appIconSize_Root (void); | 45 | int appIconSize_Root (void); |