From 0cc5642708811f2a2e19fe87072e1076837abf99 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 17 Aug 2010 23:05:50 +0300 Subject: [PATCH] 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. --- src/ChangeLog | 6 ++++++ src/w32fns.c | 1 + 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index bfc2f3582a..c1295e6bd2 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 d1f21e8acd..64d0d8cb6d 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 -- 2.20.1