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 779774 - port from gdk_monitor_get_scale_factor
port from gdk_monitor_get_scale_factor
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-08 21:52 UTC by Alexandru Pandelea
Modified: 2017-03-09 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use gdk_monitor_get_scale_factor (1.57 KB, patch)
2017-03-08 21:52 UTC, Alexandru Pandelea
accepted-commit_now Details | Review
general: use gdk_monitor_get_scale_factor (1.58 KB, patch)
2017-03-09 10:20 UTC, Alexandru Pandelea
committed Details | Review

Description Alexandru Pandelea 2017-03-08 21:52:50 UTC
As it is deprecated, instead of using gdk_screen_get_monitor_scale_factor
use gdk_monitor_get_scale_factor().
Comment 1 Alexandru Pandelea 2017-03-08 21:52:56 UTC
Created attachment 347506 [details] [review]
use gdk_monitor_get_scale_factor
Comment 2 Carlos Soriano 2017-03-08 21:57:17 UTC
Review of attachment 347506 [details] [review]:

yeeeee
Comment 3 Alexandru Pandelea 2017-03-09 10:20:50 UTC
Created attachment 347539 [details] [review]
general: use gdk_monitor_get_scale_factor

As it is deprecated, instead of using gdk_screen_get_monitor_scale_factor
use gdk_monitor_get_scale_factor().
Comment 4 Alexandru Pandelea 2017-03-09 10:24:20 UTC
Comment on attachment 347539 [details] [review]
general: use gdk_monitor_get_scale_factor

Attachment 347539 [details] pushed as 273e6ef - general: use gdk_monitor_get_scale_factor