mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Virtual desktop code (very experiment!!!!!)
This commit is contained in:
@@ -1035,6 +1035,13 @@ wScreenRestoreState(WScreen *scr)
|
||||
|
||||
wWorkspaceRestoreState(scr);
|
||||
|
||||
#ifdef VIRTUAL_DESKTOP
|
||||
/*
|
||||
* * create inputonly windows at the border of screen
|
||||
* */
|
||||
wWorkspaceManageEdge(scr);
|
||||
#endif
|
||||
|
||||
if (!wPreferences.flags.nodock) {
|
||||
state = PLGetDictionaryEntry(scr->session_state, dDock);
|
||||
scr->dock = wDockRestoreState(scr, state, WM_DOCK);
|
||||
|
||||
Reference in New Issue
Block a user