diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-01 21:05:32 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-01 21:05:32 +0000 |
commit | a512f0b8419e248b557e5d4bc44017dcb26d2a19 (patch) | |
tree | 9112ce874d33ac4a7b955feaeb66cec9a4ccad94 /ChangeLog.pre-2-0 | |
parent | 2e2d959bff134631c63eeeae637a1f3d203342ff (diff) | |
download | gtk+-a512f0b8419e248b557e5d4bc44017dcb26d2a19.tar.gz |
Cast uints to ints in geometry calculations. This should prevent FP
Mon Feb 1 14:54:28 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtklabel.c (gtk_label_expose): Cast uints
to ints in geometry calculations. This should
prevent FP exceptions on FreeBSD when quantities
become negative. [ Actually, this is probably
a workaround with a gcc bug with handling of
bitfields, according to Ben Jackson <ben@ben.com> ]
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e81683d25b..27fad15951 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +Mon Feb 1 14:54:28 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtklabel.c (gtk_label_expose): Cast uints + to ints in geometry calculations. This should + prevent FP exceptions on FreeBSD when quantities + become negative. [ Actually, this is probably + a workaround with a gcc bug with handling of + bitfields, according to Ben Jackson <ben@ben.com> ] + Mon Feb 1 13:35:14 GMT 1999 Tony Gale <gale@gtk.org> * examples/Makefile: update to new examples |