From d36265b55da313ee330be5ad390728adc9e9738a Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date: Sun, 12 May 2002 12:03:09 +0000
Subject: [PATCH] Set net_wm_desktop as startup although it prevents kdesktop
 to start properly (which is still a mystery for me)

(Old svn revision: 10305)
---
 src/hints.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/hints.c b/src/hints.c
index a40388bd5..7cf6220ee 100644
--- a/src/hints.c
+++ b/src/hints.c
@@ -423,11 +423,9 @@ void init_net_desktop_params (Display * dpy, Window w, int workspace)
     data[0] = 0;
     data[1] = 0;
     XChangeProperty (dpy, w, net_desktop_viewport, XA_CARDINAL, 32, PropModeReplace, (unsigned char *) data, 2);
-#if 0
     /* TBD : See why this prevents kdesktop from working properly */   
     data[0] = workspace;
     XChangeProperty (dpy, w, net_current_desktop, XA_CARDINAL, 32, PropModeReplace, (unsigned char *) data, 1);
-#endif
 }
 
 void
-- 
GitLab