diff options
author | Victor Kareh <[email protected]> | 2018-03-21 15:52:13 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-22 11:37:10 +0100 |
commit | f6e3326a361afcbdec9aeff018b786bf4e346fea (patch) | |
tree | 35afd277cf21e4c1c37cd5685926bcb06dbccc6b /src/ui/ui.c | |
parent | 3c2f9856d82f42a42732e1c813ac2ff339077ea6 (diff) | |
download | marco-f6e3326a361afcbdec9aeff018b786bf4e346fea.tar.bz2 marco-f6e3326a361afcbdec9aeff018b786bf4e346fea.tar.xz |
Support HiDPI window decorations
Diffstat (limited to 'src/ui/ui.c')
-rw-r--r-- | src/ui/ui.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/ui.c b/src/ui/ui.c index c8b7e93e..5cb03a88 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -62,11 +62,6 @@ void meta_ui_init(int* argc, char*** argv) { meta_fatal ("Unable to open X display %s\n", XDisplayName (NULL)); } - - /* We need to be able to fully trust that the window and monitor sizes - * that GDK reports corresponds to the X ones, so we disable the automatic - * scale handling */ - gdk_x11_display_set_window_scale (gdk_display_get_default (), 1); } Display* meta_ui_get_display(void) |