Displaying 1 result from an estimated 1 matches for "supportedatom".
2006 Oct 18
1
[PATCH] Compiz Events
...iff --git a/src/display.c b/src/display.c
index 4abdaed..dd70c51 100644
--- a/src/display.c
+++ b/src/display.c
@@ -2507,6 +2507,7 @@ #endif
d->finiPluginForDisplay = finiPluginForDisplay;
d->handleEvent = handleEvent;
+ d->handleCompizEvent = handleCompizEvent;
d->supportedAtom = XInternAtom (dpy, "_NET_SUPPORTED", 0);
d->supportingWmCheckAtom = XInternAtom (dpy, "_NET_SUPPORTING_WM_CHECK", 0);
-------------- next part --------------
diff --git a/src/event.c b/src/event.c
index 2d182be..ce92780 100644
--- a/src/event.c
+++ b/src/event.c
@@...