1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

- More cleanups for obsoleted xxx_gc's and xxx_pixel's in WScreen

This commit is contained in:
dan
2002-10-18 04:04:41 +00:00
parent 5230a57599
commit 7be0a97998
4 changed files with 8 additions and 19 deletions

View File

@@ -145,9 +145,9 @@ typedef struct _WScreen {
WMColor *gray;
WMColor *darkGray;
/* shortcuts for the pixels of the above colors. just for convenience */
WMPixel black_pixel;
WMPixel white_pixel;
WMPixel light_pixel;
WMPixel dark_pixel;
@@ -171,6 +171,7 @@ typedef struct _WScreen {
WMColor *clip_title_color[2]; /* clip title text */
WMColor *mtext_color; /* menu item text */
WMColor *dtext_color; /* disabled menu item text */
WMPixel line_pixel;
WMPixel frame_border_pixel; /* frame border */
@@ -191,8 +192,7 @@ typedef struct _WScreen {
WMColor *icon_title_color; /* icon title color */
GC clip_title_gc; /* clip title */
GC info_text_gc; /* for size/position display */
GC icon_select_gc;
GC frame_gc; /* gc for resize/move frame (root) */