1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 21:38:00 +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

@@ -200,7 +200,9 @@ typedef struct _WScreen {
GC icon_select_gc;
GC draw_gc; /* gc for drawing misc things */
#ifndef NEWSTUFF
struct WPixmap *b_pixmaps[PRED_BPIXMAPS]; /* internal pixmaps for buttons*/
#endif
struct WPixmap *menu_radio_indicator;/* left menu indicator */
struct WPixmap *menu_check_indicator;/* left menu indicator for checkmark */
struct WPixmap *menu_mini_indicator; /* for miniwindow */
@@ -245,9 +247,13 @@ typedef struct _WScreen {
Pixmap def_icon_pixmap; /* default icons */
Pixmap def_ticon_pixmap;
struct WDialogData *dialog_data;
#ifdef NEWSTUFF
struct RImage *button_images[2][PRED_BPIXMAPS];/* scaled tbar btn images */
#endif
/* state and other informations */
short cascade_index; /* for cascade window placement */