summaryrefslogtreecommitdiff
path: root/plugins/MenuItemEx/src/images.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MenuItemEx/src/images.h')
-rw-r--r--plugins/MenuItemEx/src/images.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/MenuItemEx/src/images.h b/plugins/MenuItemEx/src/images.h
index c935ec8659..5c4cf01060 100644
--- a/plugins/MenuItemEx/src/images.h
+++ b/plugins/MenuItemEx/src/images.h
@@ -1,8 +1,7 @@
#ifndef __IMAGE_UTILS_H__
#define __IMAGE_UTILS_H__
-HICON BindOverlayIcon(HICON, LPCSTR);
-//HICON MakeGrayscaleIcon(HICON);
+HICON BindOverlayIcon(HICON, int iIcon);
HICON MakeHalfAlphaIcon(HICON);
#endif // __IMAGE_UTILS_H__