]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #6796.
authorEli Zaretskii <eliz@gnu.org>
Tue, 17 Aug 2010 20:05:50 +0000 (23:05 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 17 Aug 2010 20:05:50 +0000 (23:05 +0300)
 w32fns.c <w32_frame_parm_handlers>: 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.

src/ChangeLog
src/w32fns.c

index bfc2f3582a6dfdddd035953c721b45b59d8aff9d..c1295e6bd2925b5ec21916dd7ffa7792c1a49ce1 100644 (file)
@@ -1,3 +1,9 @@
+2010-08-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32fns.c <w32_frame_parm_handlers>: 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  <jan.h.d@swipnet.se>
 
        * nsselect.m: include keyboard.h for QPRIMARY, remove its
index d1f21e8acddfe120750e62a0558837c9d8767092..64d0d8cb6d15456b69a069445fd7106f24a99673 100644 (file)
@@ -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