summaryrefslogtreecommitdiff
path: root/updater/icons.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-08 03:17:58 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-08 03:17:58 +0000
commite9be9eaaea3e90af7224aa7fb4bb5333e9d7be57 (patch)
tree11e7af008b0bae322664319901e1a976fd078cba /updater/icons.h
parent92be070586e97f44892da28a592aa1c0925a40d1 (diff)
Removed translation of plugin names
Improved icon management, added support for W7 large icons git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@503 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/icons.h')
-rw-r--r--updater/icons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/icons.h b/updater/icons.h
index 76389d9..650551e 100644
--- a/updater/icons.h
+++ b/updater/icons.h
@@ -2,11 +2,11 @@
#define _ICONS_INC
void InitIcons(void);
-void DeinitIcons(void);
typedef enum {I_CHKUPD, I_RSTRT, I_CHKUPDEXT} IconIndex;
-HICON LoadIconEx(IconIndex i);
+HICON LoadIconEx(IconIndex i, bool big = false);
+HANDLE GetIconHandle(IconIndex i);
void ReleaseIconEx(HICON hIcon);