aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2005-02-07 21:31:56 +0000
committerJan Djärv2005-02-07 21:31:56 +0000
commitbae45dc3a992c4bdd372172b9e6f16d6bab3d554 (patch)
treeda943167624d7e6417d3a3216d76ff02877ba344 /src
parentcaacfeb891addc51922527d6d83f5e558659fa40 (diff)
downloademacs-bae45dc3a992c4bdd372172b9e6f16d6bab3d554.tar.gz
emacs-bae45dc3a992c4bdd372172b9e6f16d6bab3d554.zip
* xfns.c (x_set_tool_bar_lines): Check that width and height is greater than
zero before clearing area.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1d37ec13ff7..a2fed2f37c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
3 * xfns.c (Fx_change_window_property): Use long array when format is 32. 3 * xfns.c (Fx_change_window_property): Use long array when format is 32.
4 (Fx_window_property): If format is 32 and long is bigger than 32 bits, 4 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
5 convert long array returned from XGetWindowProperty to an int array. 5 convert long array returned from XGetWindowProperty to an int array.
6 (x_set_tool_bar_lines): Check that width and height is greater than
7 zero before clearing area.
6 8
7 * xselect.c (x_reply_selection_request): Pass long array to 9 * xselect.c (x_reply_selection_request): Pass long array to
8 XChangeProperty so that 64 bit longs are handeled correctly. 10 XChangeProperty so that 64 bit longs are handeled correctly.