Displaying 1 result from an estimated 1 matches for "popupwindow".
2006 Dec 28
1
Patch: switcher's window is a splash window
...switcher_new.c 2006-12-28 10:16:40.000000000 +0100
@@ -799,6 +799,13 @@
XA_ATOM, 32, PropModeReplace,
(unsigned char *) state, nState);
}
+
+ Atom type;
+ type = XInternAtom(dpy, "_NET_WM_WINDOW_TYPE_SPLASH", 0);
+ XChangeProperty(dpy, ss->popupWindow,
+ XInternAtom (dpy, "_NET_WM_WINDOW_TYPE", 0),
+ XA_ATOM, 32, PropModeReplace,
+ unsigned char *)&type, 1);
if (!ss->grabIndex)
ss->grabIndex = pushScreenGrab (s, s->invisibleCursor, "switcher");
--
Stjep...