comparison 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
comparison
equal deleted inserted replaced
10519:bec9130b24d2 10520:976c7b186789
5 #define GAIM_OFFLINE_TRAY_ICON 108 5 #define GAIM_OFFLINE_TRAY_ICON 108
6 #define GAIM_AWAY_TRAY_ICON 109 6 #define GAIM_AWAY_TRAY_ICON 109
7 #define GAIM_PEND_TRAY_ICON 110 7 #define GAIM_PEND_TRAY_ICON 110
8 #define GAIM_AWAYPEND_TRAY_ICON 111 8 #define GAIM_AWAYPEND_TRAY_ICON 111
9 #define GAIM_BLANK_TRAY_ICON 112 9 #define GAIM_BLANK_TRAY_ICON 112
10 #define GAIM_TRAY_ICON_4BIT 113
11 #define GAIM_OFFLINE_TRAY_ICON_4BIT 114
12 #define GAIM_AWAY_TRAY_ICON_4BIT 115
13 #define GAIM_PEND_TRAY_ICON_4BIT 116
14 #define GAIM_AWAYPEND_TRAY_ICON_4BIT 117