diff options
author | Alexander Larsson <alexl@redhat.com> | 2001-02-13 13:35:48 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-02-13 13:35:48 +0000 |
commit | e86265ecf30acbc054db3a7e0a5a31df332e5523 (patch) | |
tree | fea482fb6665118aeea31749a1dbef92cdb053fb /ChangeLog.pre-2-2 | |
parent | 2097d764a7a60f87a0ca4c43720f3e2644652a14 (diff) | |
download | gtk+-e86265ecf30acbc054db3a7e0a5a31df332e5523.tar.gz |
Don't reference last_cursor if it is null. Fixes crash when rotating the
2001-02-13 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
Don't reference last_cursor if it is null. Fixes crash when rotating
the screen before having moved the mouse.
* gdk/linux-fb/gdkcc-fb.c: Zapp!
* gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when
using 90 or 270 degrees rotation.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 1d69c8902c..faf8362400 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,16 @@ +2001-02-13 Alexander Larsson <alexl@redhat.com> + + * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide): + Don't reference last_cursor if it is null. Fixes crash when rotating + the screen before having moved the mouse. + + * gdk/linux-fb/gdkcc-fb.c: Zapp! + + * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c + + * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when + using 90 or 270 degrees rotation. + 2001-02-12 Havoc Pennington <hp@pobox.com> * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where |