Skip to content
Snippets Groups Projects
Commit d36265b5 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Set net_wm_desktop as startup although it prevents kdesktop to start properly...

Set net_wm_desktop as startup although it prevents kdesktop to start properly (which is still a mystery for me)


(Old svn revision: 10305)
parent 5eb4a914
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment