search for: setdisplayoption

Displaying 4 results from an estimated 4 matches for "setdisplayoption".

Did you mean: getdisplayoptions
2007 Apr 11
2
Patch for ini plugin
...= actionProxy.edgeMask; - value.action.edgeButton = actionProxy.edgeButton; - - if (plugin && p) - { - if (s) - status = (*s->setScreenOptionForPlugin) (s, - plugin, - realOption, - &value); - else - status = (*d->setDisplayOptionForPlugin) (d, plugin, - realOption, - &value); - } - else - { - if (s) - status = (*s->setScreenOption) (s, realOption, &value); - else - status = (*d->setDisplayOption) (d, realOption, &value); - } - - initActionP...
2007 Mar 02
3
CompDisplay from loaderLoadPlugin
I'm trying to use custom functions for loaderLoadPlugin and loaderUnloadPlugin to register/unregister plugin paths in the dbus plugin as needed but I need to get access to a CompDisplay or DbusDisplay in order to do so. Is there any way to get access to this? -- Travis Watkins http://www.realistanew.com
2006 Jun 08
1
[PATCH] raise window key binding
With raise_on_click disabled, I wanted to be able to raise a window with a button click sometimes. It seemed logical to do something like the lower window key binding. So I did it. It was quite simple, but here is the patch anyway. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/octet-stream Size: 3680 bytes Desc: not available
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...Add core plugin loader and core plugin code. Hook up core loader. Fix typo. Pass NULL as path when listing plugins in current directory. Only allow loading of core plugin when trying to load Hook up core options to core plugin. Remove getDisplayOptions and setDisplayOption functions. Remove setScreenOption and make sure core plugin is loaded Adjust metadata to have core plugin loaded by default. Make sure the core plugin is always loaded. Add ABI option to core. Kill whitespaces. Bump ABI version. Minor clean up. screen...