changeset 79206:2f9a621d6bd9

(x_figure_window_size): For fullscreen case, set USPosition | PPosition without clobbering rest of window_prompting.
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Oct 2007 08:24:01 +0000
parents b68f875d7f68
children f19edd342e7b
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Wed Oct 24 08:23:01 2007 +0000
+++ b/src/frame.c	Wed Oct 24 08:24:01 2007 +0000
@@ -3922,7 +3922,7 @@
       int width, height;
 
       /* It takes both for some WM:s to place it where we want */
-      window_prompting = USPosition | PPosition;
+      window_prompting |= USPosition | PPosition;
       x_fullscreen_adjust (f, &width, &height, &top, &left);
       FRAME_COLS (f) = width;
       FRAME_LINES (f) = height;