diff src/win32/resource.h @ 10520:976c7b186789

[gaim-migrate @ 11835] It turns out that Windows 2000 and ME will load icons with a greater color depth than 4 bits, but will only display them in 4-bit color. This is very ugly, so the new icons will only be used for Windows XP and newer. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 17 Jan 2005 01:35:42 +0000
parents c2fb9192377b
children
line wrap: on
line diff
--- a/src/win32/resource.h	Mon Jan 17 00:33:30 2005 +0000
+++ b/src/win32/resource.h	Mon Jan 17 01:35:42 2005 +0000
@@ -7,3 +7,8 @@
 #define GAIM_PEND_TRAY_ICON             110
 #define GAIM_AWAYPEND_TRAY_ICON         111
 #define GAIM_BLANK_TRAY_ICON            112
+#define GAIM_TRAY_ICON_4BIT             113
+#define GAIM_OFFLINE_TRAY_ICON_4BIT     114
+#define GAIM_AWAY_TRAY_ICON_4BIT        115
+#define GAIM_PEND_TRAY_ICON_4BIT        116
+#define GAIM_AWAYPEND_TRAY_ICON_4BIT    117