+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.
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;