search for: ignore_hints_when_maxim

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

2006 Oct 20
0
[ANNOUNCE] compiz-0.3.2
...on has been added to decoration plugin, which can be used to automatically launch a decorator when one isn't already running. Opacity support for metacity themes. A raise_window option has been added. Decorations on maximized windows are now rendered correctly when using metacity themes. An ignore_hints_when_maximized option, which makes compiz ignore size increment and aspect hints for maximized windows has been added and made default. Better default option values for rotate plugin. and much more... -David
2007 Jun 19
1
[PATCH] Added screen edge trigger delay setting.
...e Window</_short> <_long>Close active window</_long> diff --git a/src/display.c b/src/display.c index a988b38..cd4e570 100644 --- a/src/display.c +++ b/src/display.c @@ -726,7 +726,8 @@ const CompMetadataOptionInfo coreDisplayOptionInfo[COMP_DISPLAY_OPTION_NUM] = { { "ignore_hints_when_maximized", "bool", 0, 0, 0 }, { "command_terminal", "string", 0, 0, 0 }, { "run_command_terminal", "action", 0, runCommandTerminal, 0 }, - { "ping_delay", "int", "<min>1000</min>", 0, 0 } + {...