revert change 1593: FEATURE_HIGHRES is no longer defined. This brings

highres icons back.
This commit is contained in:
ehouse 2006-09-16 15:53:14 +00:00
parent ed1a7e6fc9
commit 0f271d707f

View file

@ -46,58 +46,44 @@ BITMAP ID SHOWTRAY_BUTTON_BMP_RES_ID "bmps/showtray.pbitm" AUTOCOMPRESS
BITMAP ID DOWN_ARROW_RESID AUTOCOMPRESS
BEGIN
BITMAP "bmps/downarrow.pbitm" BPP 1 DENSITY 72
#ifdef FEATURE_HIGHRES
BITMAP "bmps/downarrowhd.pbitm" BPP 1 DENSITY 144
#endif
END
BITMAP ID RIGHT_ARROW_RESID AUTOCOMPRESS
BEGIN
BITMAP "bmps/rightarrow.pbitm" BPP 1 DENSITY 72
#ifdef FEATURE_HIGHRES
BITMAP "bmps/rightarrowhd.pbitm" BPP 1 DENSITY 144
#endif
END
/* bitmap family for inclding highres version */
BITMAP ID TRAY_BUTTONS_BMP_RES_ID AUTOCOMPRESS
BEGIN
BITMAP "bmps/traybuttons.pbitm" BPP 1 DENSITY 72
#ifdef FEATURE_HIGHRES
BITMAP "bmps/traybuttonshd.pbitm" BPP 1 DENSITY 144
#endif
END
BITMAP ID STAR_BMP_RES_ID AUTOCOMPRESS
BEGIN
BITMAP "bmps/startmark.pbitm" BPP 1 DENSITY 72
#ifdef FEATURE_HIGHRES
BITMAP "bmps/startmarkhd.pbitm" BPP 1 DENSITY 144
#endif
END
BITMAP ID FLIP_BUTTON_BMP_RES_ID AUTOCOMPRESS
BEGIN
BITMAP "bmps/flipbutton.pbitm" BPP 1 DENSITY 72
#ifdef FEATURE_HIGHRES
BITMAP "bmps/flipbuttonhd.pbitm" BPP 1 DENSITY 144
#endif
END
BITMAP ID HINT_BUTTON_BMP_RES_ID AUTOCOMPRESS
BEGIN
BITMAP "bmps/lightbulb.pbitm" BPP 1 DENSITY 72
#ifdef FEATURE_HIGHRES
BITMAP "bmps/lightbulbhd.pbitm" BPP 1 DENSITY 144
#endif
END
BITMAP ID VALUE_BUTTON_BMP_RES_ID AUTOCOMPRESS
BEGIN
BITMAP "bmps/valuebutton.pbitm" BPP 1 DENSITY 72
#ifdef FEATURE_HIGHRES
BITMAP "bmps/valuebuttonhd.pbitm" BPP 1 DENSITY 144
#endif
END
#define TBH TRAY_BUTTON_HEIGHT_HR