1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

fix virtual desk a bit.

This commit is contained in:
id
2001-04-05 07:43:13 +00:00
parent 7e8bff904f
commit 6bbe6f2b9d

View File

@@ -131,8 +131,8 @@ wWorkspaceNew(WScreen *scr)
wWorkspaceMenuUpdate(scr, scr->clip_ws_menu);
#ifdef VIRTUAL_DESKTOP
wspace->view_x = wspace->view_y = 0;
wspace->height = scr->scr_height * 2;
wspace->width = scr->scr_width * 2;
wspace->height = scr->scr_height;
wspace->width = scr->scr_width;
#endif
#ifdef GNOME_STUFF
wGNOMEUpdateWorkspaceHints(scr);