Displaying 1 result from an estimated 1 matches for "handlesyncalarm".
2006 Oct 18
1
[PATCH] Compiz Events
...ayAction (CompDisplay *displ
void
handleEvent (CompDisplay *display,
XEvent *event);
+void
+handleCompizEvent (CompDisplay *display,
+ char *pluginName,
+ char *eventName,
+ CompOption *option,
+ int nOption);
void
handleSyncAlarm (CompWindow *w);
-------------- next part --------------
diff --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;
+...