From 9bab7738e5a39b19daf2c2d88ea1b4501c26fa5b Mon Sep 17 00:00:00 2001 From: sje Date: Fri, 27 Apr 2007 04:44:39 +0000 Subject: remove old IcoLib.h header git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@161 4f64403b-2f21-0410-a795-97e2b3489a10 --- otr/IcoLib.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 otr/IcoLib.h (limited to 'otr/IcoLib.h') diff --git a/otr/IcoLib.h b/otr/IcoLib.h deleted file mode 100644 index 1817df6..0000000 --- a/otr/IcoLib.h +++ /dev/null @@ -1,37 +0,0 @@ -typedef struct { - int cbSize; - char *pszSection; //section name used to group icons - char *pszDescription; //description for options dialog - char *pszName; //name to refer to icon when playing and in db - //this name is miranda-wide. so use prefixes of your plugin - //e.g: "isee_connect", "clist_delete", etc - char *pszDefaultFile; //default icon file to use - int iDefaultIndex; -} SKINICONDESC; - -typedef struct { - int cbSize; - char *pszSection; - char *pszDescription; - char *pszName; - char *pszDefaultFile; - int iDefaultIndex; - HICON hDefaultIcon; -} SKINICONDESC2; - -// -// Add a icon into options UI -// -// wParam = (WPARAM)0 -// lParam = (LPARAM)(SKINICONDESC*)sid; -// -#define MS_SKIN2_ADDICON "Skin2/Icons/AddIcon" -// -// Retrieve HICON with name specified in lParam -// Returned HICON SHOULDN'T be destroyed, it managed by IcoLib -// -#define MS_SKIN2_GETICON "Skin2/Icons/GetIcon" -// -// Icons change notification -// -#define ME_SKIN2_ICONSCHANGED "Skin2/IconsChanged" -- cgit v1.2.3