]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/frame.c (syms_of_frame): Revert frame_resize_pixelwise defaults to false
authorYuuki Harano <masm+github@masm11.me>
Tue, 23 Nov 2021 15:07:42 +0000 (00:07 +0900)
committerYuuki Harano <masm+github@masm11.me>
Tue, 23 Nov 2021 15:07:42 +0000 (00:07 +0900)
It was just a workaround of mutter's bug, which is already fixed, so
we can revert it.

src/frame.c

index 8044c16372793d87b501d608c45fb640389de183..585be79bf23d25a451173b5a8226ddf03db9232b 100644 (file)
@@ -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.