Displaying 1 result from an estimated 1 matches for "finipluginfordisplayproc".
2006 Oct 18
1
[PATCH] Compiz Events
...Option as per normal.
Some sort of standard should be set out for the naming of events like this.
-------------- next part --------------
diff --git a/include/compiz.h b/include/compiz.h
index 61a9de5..a7eff50 100644
--- a/include/compiz.h
+++ b/include/compiz.h
@@ -568,6 +568,12 @@ typedef void (*FiniPluginForDisplayProc)
typedef void (*HandleEventProc) (CompDisplay *display,
XEvent *event);
+typedef void (*HandleCompizEventProc) (CompDisplay *display,
+ char *pluginName,
+ char *eventName,
+ CompOption *option,
+ int nOption);
+
typede...