]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsfns.m (ns_frame_parm_handlers): Add a slot for the
authorJan D <jan.h.d@swipnet.se>
Tue, 17 Aug 2010 21:05:26 +0000 (23:05 +0200)
committerJan D <jan.h.d@swipnet.se>
Tue, 17 Aug 2010 21:05:26 +0000 (23:05 +0200)
x_set_tool_bar_position handler.

src/ChangeLog
src/nsfns.m

index c1295e6bd2925b5ec21916dd7ffa7792c1a49ce1..6e4d3379bebc34e877cb0f5c368ef5ee5a0dd7a3 100644 (file)
@@ -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
index aac2ef0ed3a9a4a09c7b8ecf89e7a3be462aaeaf..576131e0bdf7654cffe12a6777bc41a52e471ed6 100644 (file)
@@ -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 */  
 };