1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

kde 1.1 update

This commit is contained in:
kojima
1999-03-20 02:41:23 +00:00
parent 69340d517a
commit e7532d1892
12 changed files with 188 additions and 36 deletions

View File

@@ -635,7 +635,9 @@ bevelImage(RImage *image, int relief)
case WREL_MENUENTRY:
color.red = color.green = color.blue = 80;
color.alpha = 0;
/*
ROperateLine(image, RAddOperation, 1, 0, width-2, 0, &color);
*/
ROperateLine(image, RAddOperation, 0, 0, 0, height-1, &color);
@@ -644,12 +646,14 @@ bevelImage(RImage *image, int relief)
ROperateLine(image, RSubtractOperation, width-1, 0, width-1,
height-1, &color);
/*
ROperateLine(image, RSubtractOperation, 1, height-2, width-2,
height-2, &color);
color.red = color.green = color.blue = 0;
color.alpha = 255;
RDrawLine(image, 0, height-1, width-1, height-1, &color);
*/
break;
}