mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
canvas: Add scale-factor property
We need to provide an escape hatch to ClutterCanvas so that it's possible to override the window-scaling-factor ClutterSetting. This is going to be useful in the future in case the user has better knowledge of the window scaling factor that is going to be used with a specific set of ClutterCanvas contents (e.g. on different outputs or stages). https://bugzilla.gnome.org/show_bug.cgi?id=705915
This commit is contained in:
@ -3225,6 +3225,8 @@ ClutterCanvas
|
||||
ClutterCanvasClass
|
||||
clutter_canvas_new
|
||||
clutter_canvas_set_size
|
||||
clutter_canvas_set_scale_factor
|
||||
clutter_canvas_get_scale_factor
|
||||
<SUBSECTION Standard>
|
||||
CLUTTER_TYPE_CANVAS
|
||||
CLUTTER_CANVAS
|
||||
|
Reference in New Issue
Block a user