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

Virtual desktop code (very experiment!!!!!)

This commit is contained in:
id
1999-12-18 11:52:49 +00:00
parent 087fc7c82c
commit 8eb0c79c54
9 changed files with 192 additions and 0 deletions

View File

@@ -307,6 +307,9 @@ wRaiseFrame(WCoreWindow *frame)
wKWMSendEventMessage(wwin, WKWMRaiseWindow);
}
#endif
#ifdef VIRTUAL_DESKTOP
wWorkspaceRaiseEdge(frame->screen_ptr);
#endif
}