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

more code for proplist handling (almost finished)

This commit is contained in:
dan
2001-09-10 03:56:00 +00:00
parent 5ef342d905
commit 49e59ab367
9 changed files with 823 additions and 102 deletions

View File

@@ -336,11 +336,6 @@ typedef struct _WScreen {
typedef struct WWorkspaceState {
int flags;
int workspace;
#if 0 /* obsoleted by saving menus position in WMState */
int menu_x, menu_y;
int smenu_x, smenu_y;
int wmenu_x, wmenu_y;
#endif
} WWorkspaceState;