summaryrefslogtreecommitdiff
path: root/apps/plugins/superdom.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/superdom.c')
-rw-r--r--apps/plugins/superdom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c
index d9c857d0c0..225de80f11 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -62,7 +62,7 @@ char buf[255];
62/* These parameters define the piece image dimensions, Stride is the total width 62/* These parameters define the piece image dimensions, Stride is the total width
63 * of the bitmap. 63 * of the bitmap.
64 */ 64 */
65#define ICON_STRIDE BMPWIDTH_superdom_boarditems 65#define ICON_STRIDE STRIDE(BMPWIDTH_superdom_boarditems, BMPHEIGHT_superdom_boarditems)
66#define ICON_HEIGHT (BMPHEIGHT_superdom_boarditems/6) 66#define ICON_HEIGHT (BMPHEIGHT_superdom_boarditems/6)
67#define ICON_WIDTH (BMPWIDTH_superdom_boarditems/2) 67#define ICON_WIDTH (BMPWIDTH_superdom_boarditems/2)
68 68