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

added WINDOWS_MENU to rootmenu

This commit is contained in:
kojima
2001-02-17 21:44:22 +00:00
parent 50e85f57f2
commit b04c4ea500
10 changed files with 232 additions and 143 deletions

View File

@@ -310,6 +310,7 @@ typedef struct _WScreen {
unsigned int dnd_data_convertion_status:1;
unsigned int root_menu_changed_shortcuts:1;
unsigned int added_workspace_menu:1;
unsigned int added_windows_menu:1;
unsigned int startup2:1; /* startup phase 2 */
unsigned int supports_tiff:1;
unsigned int clip_balloon_mapped:1;