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

Changes relate to modelock.

This commit is contained in:
id
1999-05-20 23:30:53 +00:00
parent 3301950805
commit c28f3b2c5b
11 changed files with 461 additions and 31 deletions

View File

@@ -47,6 +47,9 @@ typedef struct WFont {
#define WTB_UNFOCUSED 2
#define WTB_PFOCUSED 4
#define WTB_MENU 6
#ifdef XKB_BUTTON_HINT
#define WTB_THAI 7
#endif
#ifdef GNOME_STUFF
/* an area of the screen reserved by some window */
@@ -260,7 +263,11 @@ typedef struct _WScreen {
struct WDialogData *dialog_data;
#ifdef NEWSTUFF
#ifdef XKB_BUTTON_HINT
struct RImage *button_images[3][PRED_BPIXMAPS];
#else
struct RImage *button_images[2][PRED_BPIXMAPS];/* scaled tbar btn images */
#endif
#endif
/* state and other informations */