Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5fceba1d
Commit
5fceba1d
authored
Jun 01, 2012
by
Paul Eggert
Browse files
* xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
parent
03fef3e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/ChangeLog
View file @
5fceba1d
2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
* xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
For a 'struct window', replace some Lisp_Object fields to
...
...
src/xfns.c
View file @
5fceba1d
...
...
@@ -1291,7 +1291,7 @@ x_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
FRAME_EXTERNAL_TOOL_BAR (f) = 1;
if (FRAME_X_P (f) && f->output_data.x->toolbar_widget == 0)
/* Make sure next redisplay shows the tool bar. */
XWINDOW
(
FRAME_SELECTED_WINDOW
(
f
))
->
update_mode_line
=
Qt
;
XWINDOW (FRAME_SELECTED_WINDOW (f))->update_mode_line =
1
;
update_frame_tool_bar (f);
}
else
...
...
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