1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +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

@@ -360,6 +360,14 @@ typedef struct WPreferences {
char ws_advance; /* Create new workspace and advance */
#ifdef VIRTUAL_DESKTOP
unsigned int vedge_thickness;
unsigned int vedge_hscrollspeed;
unsigned int vedge_vscrollspeed;
unsigned int vedge_height; /* could be change to workspace specific one day */
unsigned int vedge_width;
#endif
char ws_cycle; /* Cycle existing workspaces */
char save_session_on_exit; /* automatically save session on exit */