From 6bbe6f2b9d6e437a7173f4e3ebd41f1fa6655fe4 Mon Sep 17 00:00:00 2001 From: id Date: Thu, 5 Apr 2001 07:43:13 +0000 Subject: [PATCH] fix virtual desk a bit. --- src/workspace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/workspace.c b/src/workspace.c index b2b81b5a..225e1828 100644 --- a/src/workspace.c +++ b/src/workspace.c @@ -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); -- 2.11.4.GIT