search for: getdisplayopt

Displaying 2 results from an estimated 2 matches for "getdisplayopt".

2007 Jun 19
1
[PATCH] Added screen edge trigger delay setting.
...COMP_DISPLAY_OPTION_TERMINAL 56 #define COMP_DISPLAY_OPTION_RUN_TERMINAL 57 #define COMP_DISPLAY_OPTION_PING_DELAY 58 -#define COMP_DISPLAY_OPTION_NUM 59 +#define COMP_DISPLAY_OPTION_EDGE_DELAY 59 +#define COMP_DISPLAY_OPTION_NUM 60 typedef CompOption *(*GetDisplayOptionsProc) (CompDisplay *display, int *count); @@ -904,6 +905,8 @@ struct _CompDisplay { CompTimeoutHandle autoRaiseHandle; Window autoRaiseWindow; + CompTimeoutHandle edgeDelayHandle; + CompOptionValue plugin; Bool dirtyPluginList; @@ -1107,6 +1110,...
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...ions in rotate plugin. 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. Min...