diff src/aosd/ghosd.c @ 623:443de962d0a0 trunk

[svn] - aosd: revert window type setting
author giacomo
date Thu, 08 Feb 2007 16:20:27 -0800
parents 312bc3bb686e
children 921a816c154f
line wrap: on
line diff
--- a/src/aosd/ghosd.c	Thu Feb 08 09:10:38 2007 -0800
+++ b/src/aosd/ghosd.c	Thu Feb 08 16:20:27 2007 -0800
@@ -136,15 +136,6 @@
     mwm_hints, mwm_hints, 32, PropModeReplace,
     (unsigned char *)&mwm_hints_setting, 4);
 
-  /* setting the window type to _NET_WM_WINDOW_TYPE_DOCK helps with
-     windowmaker (and hopefully doesn't break compatibility with other wm) */
-  Atom win_type = XInternAtom(dpy, "_NET_WM_WINDOW_TYPE", False);
-  Atom win_type_setting[] = {
-    XInternAtom(dpy, "_NET_WM_WINDOW_TYPE_DOCK", False)
-  };
-  XChangeProperty(dpy, win, win_type, XA_ATOM, 32,
-                  PropModeReplace, (unsigned char*)&win_type_setting, 1);
-
   /* always on top, not in taskbar or pager. */
   Atom win_state = XInternAtom(dpy, "_NET_WM_STATE", False);
   Atom win_state_setting[] = {