After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705298 - Add clutter_stage_set_scale_factor()
Add clutter_stage_set_scale_factor()
Status: RESOLVED DUPLICATE of bug 705915
Product: clutter
Classification: Platform
Component: ClutterStage
git master
Other Linux
: Normal major
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-01 15:32 UTC by Emmanuele Bassi (:ebassi)
Modified: 2013-09-15 09:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emmanuele Bassi (:ebassi) 2013-08-01 15:32:11 UTC
allow setting an initial scale factor for ClutterStage to be applied when creating the backing ClutterStageWindow.

setting the scale factor will:

 • create the backing ClutterStageWindow with a (size * factor) geometry
 • scale the modelview matrix when setting up the initial transformation

the allocated size will always be in "relative" pixels.
Comment 1 Emmanuele Bassi (:ebassi) 2013-09-15 09:52:36 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 705915 ***