* frame.c (make_frame): Condition want_fullscreen with
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 25 May 2003 11:25:18 +0000 (11:25 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 25 May 2003 11:25:18 +0000 (11:25 +0000)
HAVE_WINDOW_SYSTEM.

src/ChangeLog
src/frame.c

index 182e8c7..c480621 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * frame.c (make_frame): Condition want_fullscreen with
+       HAVE_WINDOW_SYSTEM.
+
 2003-05-25  Juanma Barranquero  <lektu@terra.es>
 
        * window.c (Fset_window_scroll_bars): Fix typo in argument name.
index dbaaac0..90741c3 100644 (file)
@@ -293,7 +293,9 @@ make_frame (mini_p)
   f->column_width = 1;  /* !FRAME_WINDOW_P value */
   f->line_height = 1;  /* !FRAME_WINDOW_P value */
   f->x_pixels_diff = f->y_pixels_diff = 0;
+#ifdef HAVE_WINDOW_SYSTEM
   f->want_fullscreen = FULLSCREEN_NONE;
+#endif
   f->size_hint_flags = 0;
   f->win_gravity = 0;