diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2005-01-09 19:26:25 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-01-09 19:26:25 +0000 |
commit | 95ab1e7123534178d4ce1783293eeb66ccc9438b (patch) | |
tree | afce34d00af0e4f5e10d88c29610b4d19519b0bc /ChangeLog.pre-2-6 | |
parent | b1167d1d11993f5d9c5306e8d26b7442aa3e5fbf (diff) | |
download | gtk+-95ab1e7123534178d4ce1783293eeb66ccc9438b.tar.gz |
Set current cursor also when changing the cursor of a window that is the
2005-01-09 Tor Lillqvist <tlillqvist@novell.com>
* gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Set current
cursor also when changing the cursor of a window that is the first
ancestor of the window containing the pointer that has a cursor
defined. (#163035, Ivan Wong)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 28e6eac39a..d0dd954630 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2005-01-09 Tor Lillqvist <tlillqvist@novell.com> + + * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Set current + cursor also when changing the cursor of a window that is the first + ancestor of the window containing the pointer that has a cursor + defined. (#163035, Ivan Wong) + 2005-01-09 Anders Carlsson <andersca@gnome.org> * gtk/gtkcellrenderertext.c: (get_size): |