mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
MenuStyle option
This commit is contained in:
@@ -194,6 +194,12 @@ typedef enum {
|
||||
#define IY_LEFT 0
|
||||
|
||||
|
||||
/* menu styles */
|
||||
#define MS_NORMAL 0
|
||||
#define MS_SINGLE_TEXTURE 1
|
||||
#define MS_FLAT 2
|
||||
|
||||
|
||||
/* program states */
|
||||
#define WSTATE_NORMAL 0
|
||||
#define WSTATE_NEED_EXIT 1
|
||||
@@ -314,7 +320,6 @@ typedef struct WPreferences {
|
||||
|
||||
char auto_focus; /* focus window when it's mapped */
|
||||
|
||||
char alt_menu_style;
|
||||
|
||||
char *icon_back_file; /* background image for icons */
|
||||
|
||||
@@ -332,6 +337,8 @@ typedef struct WPreferences {
|
||||
|
||||
int icon_size; /* size of the icon */
|
||||
|
||||
int menu_style; /* menu decoration style */
|
||||
|
||||
char ws_advance; /* Create new workspace and advance */
|
||||
|
||||
char ws_cycle; /* Cycle existing workspaces */
|
||||
|
||||
Reference in New Issue
Block a user