List Info

Thread: Re: FIX: incorrect frame positioning with fullscreen arguments under X




Re: FIX: incorrect frame positioning with fullscreen arguments under X
country flaguser name
United States
2007-10-23 12:54:00
Does this patch (in Emacs 22) give correct results?

*** frame.c	13 Oct 2007 09:51:54 -0400	1.340.2.3
--- frame.c	23 Oct 2007 13:39:12 -0400	
***************
*** 3922,3928 ****
        int width, height;
  
        /* It takes both for some WM:s to place it where we
want */
!       window_prompting = USPosition | PPosition;
        x_fullscreen_adjust (f, &width, &height,
&top, &left);
        FRAME_COLS (f) = width;
        FRAME_LINES (f) = height;
--- 3922,3928 ----
        int width, height;
  
        /* It takes both for some WM:s to place it where we
want */
!       window_prompting |= USPosition | PPosition;
        x_fullscreen_adjust (f, &width, &height,
&top, &left);
        FRAME_COLS (f) = width;
        FRAME_LINES (f) = height;


_______________________________________________
Emacs-devel mailing list
Emacs-develgnu.org
htt
p://lists.gnu.org/mailman/listinfo/emacs-devel

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )