From 4a5aa814ba7dc25ff87a94f640b3b675265766bd Mon Sep 17 00:00:00 2001 From: Yuuki Harano Date: Wed, 24 Nov 2021 00:07:42 +0900 Subject: [PATCH] * src/frame.c (syms_of_frame): Revert frame_resize_pixelwise defaults to false It was just a workaround of mutter's bug, which is already fixed, so we can revert it. --- src/frame.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/frame.c b/src/frame.c index 8044c163727..585be79bf23 100644 --- a/src/frame.c +++ b/src/frame.c @@ -6391,12 +6391,7 @@ With some window managers you may have to set this to non-nil in order to set the size of a frame in pixels, to maximize frames or to make them fullscreen. To resize your initial frame pixelwise, set this option to a non-nil value in your init file. */); -#ifndef HAVE_PGTK frame_resize_pixelwise = 0; -#else - /* https://gitlab.gnome.org/GNOME/mutter/-/issues/396 */ - frame_resize_pixelwise = true; -#endif DEFVAR_LISP ("frame-inhibit-implied-resize", frame_inhibit_implied_resize, doc: /* Whether frames should be resized implicitly. -- 2.39.5