1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-06-15 14:55:21 +02:00

bug fix for balloons and some other minor things

This commit is contained in:
kojima
1999-04-25 01:47:51 +00:00
parent a0ebbef813
commit 2c1f4634e3
4 changed files with 12 additions and 8 deletions
+2
View File
@@ -468,10 +468,12 @@ loadPixmaps(WMScreen *scr)
RCombineImageWithColor(tmp, &gray);
scr->magnifyIcon = WMCreatePixmapFromRImage(scr, tmp, 128);
RDestroyImage(tmp);
/*
tmp = RGetSubImage(image, 24, 0, 40, 32);
RCombineImageWithColor(tmp, &white);
scr->altMagnifyIcon = WMCreatePixmapFromRImage(scr, tmp, 128);
RDestroyImage(tmp);
*/
/* ColorWheel Icon for ColorPanel */
tmp = RGetSubImage(image, 0, 25, 24, 24);
scr->wheelIcon = WMCreatePixmapFromRImage(scr, tmp, 128);