changeset 35507:13ae955b6eae

Move macro definition and add doxygen comment.
author ib
date Wed, 05 Dec 2012 01:58:48 +0000
parents ba3509298598
children 525bcc0a8e16
files gui/app.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/app.h	Wed Dec 05 01:56:39 2012 +0000
+++ b/gui/app.h	Wed Dec 05 01:58:48 2012 +0000
@@ -112,8 +112,6 @@
 #define btnPressed  2
 //@}
 
-#define MAX_ITEMS 64
-
 /// Item definition
 typedef struct {
     int type;
@@ -144,6 +142,9 @@
     int pressed;
 } wItem;
 
+/// Maximum GUI items
+#define MAX_ITEMS 64
+
 typedef struct {
     wItem main;
     wsTWindow mainWindow;