mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
* nsfns.m (ns_frame_parm_handlers): Add a slot for the
x_set_tool_bar_position handler.
This commit is contained in:
parent
afa22f7ce7
commit
1ff2e434a6
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsfns.m (ns_frame_parm_handlers): Add a slot for the
|
||||
x_set_tool_bar_position handler.
|
||||
|
||||
2010-08-17 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* w32fns.c <w32_frame_parm_handlers>: Add a slot for the
|
||||
|
|
|
|||
|
|
@ -1041,6 +1041,7 @@ frame_parm_handler ns_frame_parm_handlers[] =
|
|||
x_set_font_backend, /* generic OK */
|
||||
x_set_alpha,
|
||||
0, /* x_set_sticky */
|
||||
0, /* x_set_tool_bar_position */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue