summaryrefslogtreecommitdiff
path: root/plugins/MenuItemEx/images.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MenuItemEx/images.c')
-rw-r--r--plugins/MenuItemEx/images.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MenuItemEx/images.c b/plugins/MenuItemEx/images.c
index aed5d99bf9..51903294bb 100644
--- a/plugins/MenuItemEx/images.c
+++ b/plugins/MenuItemEx/images.c
@@ -217,7 +217,7 @@ BOOL MakeBitmap32(HBITMAP *hBitmap)
}
-//#define GET_PIXEL(__P__, __X__, __Y__) ( __P__ + width * 4 * (__Y__) + 4 * (__X__) )
+//#define GET_PIXEL(__P__, __X__, __Y__) ( __P__ + width * 4 * (__Y__) + 4 * (__X__))
//BOOL MakeGrayscale(HBITMAP *hBitmap)
//{