From: Eli Zaretskii Date: Tue, 17 Aug 2010 20:05:50 +0000 (+0300) Subject: Fix bug #6796. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~266 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cc5642708811f2a2e19fe87072e1076837abf99;p=emacs.git Fix bug #6796. w32fns.c : Add a slot for the x_set_tool_bar_position handler, needed to support changes from 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. --- diff --git a/src/ChangeLog b/src/ChangeLog index bfc2f3582a6..c1295e6bd29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-08-17 Eli Zaretskii + + * w32fns.c : Add a slot for the + x_set_tool_bar_position handler, needed to support changes from + 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796) + 2010-08-16 Jan Djärv * nsselect.m: include keyboard.h for QPRIMARY, remove its diff --git a/src/w32fns.c b/src/w32fns.c index d1f21e8acdd..64d0d8cb6d1 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -6812,6 +6812,7 @@ frame_parm_handler w32_frame_parm_handlers[] = x_set_font_backend, x_set_alpha, 0, /* x_set_sticky */ + 0, /* x_set_tool_bar_position */ }; void