summaryrefslogtreecommitdiff
path: root/apps/gui/icon.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/icon.c')
-rw-r--r--apps/gui/icon.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/icon.c b/apps/gui/icon.c
index 628196a98f..87ea0718fb 100644
--- a/apps/gui/icon.c
+++ b/apps/gui/icon.c
@@ -277,3 +277,8 @@ int get_icon_width(enum screen_type screen_type)
277{ 277{
278 return ICON_WIDTH(screen_type); 278 return ICON_WIDTH(screen_type);
279} 279}
280
281int get_icon_height(enum screen_type screen_type)
282{
283 return ICON_HEIGHT(screen_type);
284}