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

Removed titlebar drop shadow code and add plugin to draw text on titlebars.

This commit is contained in:
id
1999-08-19 18:47:00 +00:00
parent 124822d720
commit dc0d9cff70
18 changed files with 455 additions and 122 deletions

View File

@@ -180,12 +180,6 @@ typedef enum {
#define WS_FOCUSED 0
#define WS_UNFOCUSED 1
#define WS_PFOCUSED 2
#ifdef TITLE_TEXT_SHADOW
#define WS_SMENU 3
#define WS_SFOCUSED 3
#define WS_SUNFOCUSED 4
#define WS_SPFOCUSED 5
#endif /* TITLE_TEXT_SHADOW */
/* clip title colors */
#define CLIP_NORMAL 0
@@ -313,10 +307,6 @@ typedef struct WPreferences {
same workspace as parent */
char title_justification; /* titlebar text alignment */
#ifdef TITLE_TEXT_SHADOW
char title_shadow;
#endif
char multi_byte_text;
#ifdef KEEP_XKB_LOCK_STATUS
char modelock;