diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 1aaf5780..d86634a8 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -909,40 +909,6 @@ situation. option has been exposed for unusual use-cases. It is equivalent to Openbox's ``. Default is 250 ms. -## MAGNIFIER - -``` - - 400 - 400 - 2 - #ff0000 - 1 - true - -``` - -** - The width of the magnifier window in pixels. - -** - The height of the magnifier window in pixels. - -** - The number of times by which the magnified image is scaled. This - is the default value at boot time; this can be modified at run-time - in a keyboard or mouse binding by calling 'ZoomIn' or 'ZoomOut'. - -** [#RRGGBB] - The colour of the magnfier border as an RGB value. - -** - The width of the magnifier window border in pixels. - -** [yes|no|default] - Whether to apply a bilinear filter to the magnified image, or - just to use nearest-neighbour. - ## ENVIRONMENT VARIABLES *XCURSOR_THEME* and *XCURSOR_SIZE* are supported to set cursor theme diff --git a/docs/labwc-theme.5.scd b/docs/labwc-theme.5.scd index 51bdc5c3..e2e5f506 100644 --- a/docs/labwc-theme.5.scd +++ b/docs/labwc-theme.5.scd @@ -277,6 +277,27 @@ elements are not listed here, but are supported. *window.inactive.border.color*. This is obsolete, but supported for backward compatibility as some themes still contain it. +*magnifier.width* + Width of magnifier window in pixels. + +*magnifier.height* + Height of magnifier window in pixels. + +*magnifier.border.width* + Width of magnifier window border in pixels. + +*magnifier.border.color* + Color of the magnfier window border. + +*magnifier.init-scale* + Initial number of times by which magnified image is scaled. Value + is the default at boot; can be modified at run-time in a keyboard + or mouse binding by calling 'ZoomIn' or 'ZoomOut'. + +*magnifier.filter* + Set to 1 to apply a bilinear filter to the magnified image. + Set to 0 to use nearest-neighbour. + # BUTTONS The images used for the titlebar icons are referred to as buttons. diff --git a/docs/rc.xml.all b/docs/rc.xml.all index 4edefd5f..441ba7b3 100644 --- a/docs/rc.xml.all +++ b/docs/rc.xml.all @@ -590,26 +590,4 @@ 250 - - - 400 - 400 - 2 - #ff0000 - 1 - true - -