summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/bitmap/list.c1
-rw-r--r--apps/gui/list.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c
index 4ab493d169..a0f3d7706e 100644
--- a/apps/gui/bitmap/list.c
+++ b/apps/gui/bitmap/list.c
@@ -41,7 +41,6 @@
41#include "talk.h" 41#include "talk.h"
42#include "viewport.h" 42#include "viewport.h"
43 43
44#define SCROLLBAR_WIDTH 6
45#define ICON_PADDING 1 44#define ICON_PADDING 1
46 45
47/* these are static to make scrolling work */ 46/* these are static to make scrolling work */
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 040002222c..6b9f557d38 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -26,7 +26,7 @@
26#include "icon.h" 26#include "icon.h"
27#include "screen_access.h" 27#include "screen_access.h"
28 28
29#define SCROLLBAR_WIDTH 6 29#define SCROLLBAR_WIDTH 6
30 30
31enum list_wrap { 31enum list_wrap {
32 LIST_WRAP_ON = 0, 32 LIST_WRAP_ON = 0,