# HG changeset patch # User ib # Date 1354672728 0 # Node ID 13ae955b6eae35d678a3968bd9e6d88a0a6ea399 # Parent ba3509298598f0cd5fda66622bdc58238385f3a0 Move macro definition and add doxygen comment. diff -r ba3509298598 -r 13ae955b6eae gui/app.h --- 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;