1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-12 03:35:52 +01:00

Add floppy button.

This commit is contained in:
id
1999-06-03 10:48:13 +00:00
parent 2958e72f1a
commit 3c503eac88
6 changed files with 1924 additions and 1804 deletions

View File

@@ -435,6 +435,15 @@ loadPixmaps(WMScreen *scr)
RCombineImageWithColor(tmp, &white);
scr->altTrashcanIcon = WMCreatePixmapFromRImage(scr, tmp, 128);
RDestroyImage(tmp);
/* diskette */
tmp = RGetSubImage(image, 105, 25, 24, 24);
RCombineImageWithColor(tmp, &white);
scr->disketteIcon = WMCreatePixmapFromRImage(scr, tmp, 128);
RDestroyImage(tmp);
tmp = RGetSubImage(image, 105, 25, 24, 24);
RCombineImageWithColor(tmp, &white);
scr->altDisketteIcon = WMCreatePixmapFromRImage(scr, tmp, 128);
RDestroyImage(tmp);
tmp = RGetSubImage(image, 0, 0, 24, 24);