Displaying 2 results from an estimated 2 matches for "xa_atom".
Did you mean:
badatom
2006 Dec 28
1
Patch: switcher's window is a splash window
...so why not use this type instead of
Unknown? Beryl's switcher window is a Splash window too. Is there a
reason why Compiz uses Uknown for it?
Patch:
--- switcher.c 2006-12-28 10:14:52.000000000 +0100
+++ 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),
+...
2009 Aug 12
4
TV-out modesetting DDX patches
[PATCH 1/3] kms: Don't hardcode the output properties
[PATCH 2/3] kms: Implement output->get_property when RandR1.3 is available.
[PATCH 3/3] kms: Add TV-out support
src/drmmode_display.c | 403 ++++++++++++++++++++++++++++++++-----------------
1 files changed, 261 insertions(+), 142 deletions(-)