Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
93421a1f
Commit
93421a1f
authored
May 25, 2003
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* frame.c (make_frame): Condition want_fullscreen with
HAVE_WINDOW_SYSTEM.
parent
c4b8aebc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/frame.c
src/frame.c
+2
-0
No files found.
src/ChangeLog
View file @
93421a1f
2003-05-25 Jan Dj,Ad(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.
...
...
src/frame.c
View file @
93421a1f
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment