From: "Rodolfo García Peñas (kix)" <[email protected]>
When the screen is created, it creates the initial
workspace. This workspace could not be created, because
is not used. The workspaces are created later, so we can
avoid to create this initial workspace here.
This is good because this initial workspace creates an extra
clip, that is not needed too.
---
src/screen.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/screen.c b/src/screen.c
index 37e4da3..920b7e6 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -662,9 +662,6 @@ WScreen *wScreenInit(int screen_number)
wNETWMInitStuff(scr);
- /* create initial workspace */
- wWorkspaceNew(scr);
-
/* create shared pixmaps */
createPixmaps(scr);
--
1.7.10.4
--
To unsubscribe, send mail to [email protected].