X11.displaySetWindowScale

Forces a specific window scale for all windows on this display, instead of using the default or user configured scale. This is can be used to disable scaling support by setting scale to 1, or to programmatically set the window scale. Once the scale is set by this call it will not change in response to later user configuration changes.

class X11
static
void
displaySetWindowScale

Parameters

display Display

the display. [type GdkX11Display]

scale int

The new scale value Since 3.10

Meta