search for: decor_display_option_command

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

2007 Oct 12
1
[PATCH] Start window decorator on all screens.
...c | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/plugins/decoration.c b/plugins/decoration.c index ef68ba8..39670ab 100644 --- a/plugins/decoration.c +++ b/plugins/decoration.c @@ -1145,21 +1145,14 @@ decorSetDisplayOption (CompPlugin *plugin, case DECOR_DISPLAY_OPTION_COMMAND: if (compSetStringOption (o, value)) { - if (display->screens && *o->value.s != '\0') + CompScreen *s; + + for (s = display->screens; s; s = s->next) { DECOR_SCREEN (display->screens); - /* run decorator command if no decorator is present o...
2008 Apr 03
0
[ANNOUNCE] compiz-0.7.4
...ke blur that use the vertex array for calculations, can always work with all components. Use core changes in wobbly. Apply core changes to blur. Use minimum and maximum "z" component for vertex projection. Try to start decorator in initScreen because a value for DECOR_DISPLAY_OPTION_COMMAND might been already set in the xml metadata. Enable "Drag and Drop" action state for rotate flip edges. Typo. Calculate a generic rotation progress value and use it to calculate the cube zoom out. Pass cube progress in getRotation function. Use cube progress...