search for: initpluginfordisplayproc

Displaying 1 result from an estimated 1 matches for "initpluginfordisplayproc".

2006 Oct 18
1
[PATCH] Compiz Events
...ay, + char *pluginName, + char *eventName, + CompOption *option, + int nOption); + typedef Bool (*CallBackProc) (void *closure); typedef void (*ForEachWindowProc) (CompWindow *window, @@ -749,7 +755,8 @@ struct _CompDisplay { InitPluginForDisplayProc initPluginForDisplay; FiniPluginForDisplayProc finiPluginForDisplay; - HandleEventProc handleEvent; + HandleEventProc handleEvent; + HandleCompizEventProc handleCompizEvent; CompPrivate *privates; }; @@ -853,6 +860,12 @@ setDisplayAction (CompDisplay *displ void...