]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (x_set_tool_bar_lines): Check that width and height is greater than
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 7 Feb 2005 21:31:56 +0000 (21:31 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 7 Feb 2005 21:31:56 +0000 (21:31 +0000)
zero before clearing area.

src/ChangeLog

index 1d37ec13ff7c00f2e5d20e90cfc8c22c37a734f7..a2fed2f37c06b958c93cd68db07d8c3e6e06b372 100644 (file)
@@ -3,6 +3,8 @@
        * xfns.c (Fx_change_window_property): Use long array when format is 32.
        (Fx_window_property): If format is 32 and long is bigger than 32 bits,
        convert long array returned from XGetWindowProperty to an int array.
+       (x_set_tool_bar_lines): Check that width and height is greater than
+       zero before clearing area.
 
        * xselect.c (x_reply_selection_request): Pass long array to
        XChangeProperty so that 64 bit longs are handeled correctly.