]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 182e8c75a8f142b91584ed5e885ba76ea3bf38d8..c480621fc324132020402ceb25e775d9be89df54 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 dbaaac0c387c77428f2f01e02335ff4df261387b..90741c391978540c71cb1d98cedf41e99a1e1da5 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;