1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 04:44:16 +01:00

Fixed some bugs, and compilation warnings.

This commit is contained in:
dan
2000-09-24 02:31:58 +00:00
parent 41ff127444
commit ccbb6e8e15
14 changed files with 46 additions and 48 deletions

View File

@@ -2158,7 +2158,7 @@ wheelRender(W_ColorPanel *panel)
unsigned char *ptr;
RColor gray;
unsigned long ofs = 0;
unsigned char shift = getShift(sizeof(unsigned char));
/*unsigned char shift = getShift(sizeof(unsigned char));*/
image = RCreateImage(colorWheelSize+4, colorWheelSize+4, True);
if (!image) {