1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 23:22:30 +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;

View File

@@ -709,12 +709,12 @@ wSessionSendSaveYourself(WScreen *scr)
* - this state file is not meant to be edited by users
*
* The old session code will become obsolete. When wmaker is
* compiled with R6 sm support compiled in, itll be better to
* compiled with R6 sm support compiled in, it'll be better to
* use a totally rewritten state saving code, but we can keep
* the current code for when XSMP_ENABLED is not compiled in.
*
* This will be confusing to old users (well get lots of "SAVE_SESSION broke!"
* messages), but itll be better.
* messages), but it'll be better.
*
* -readme
*/