Don't revert the mouse cursor to the built-in one when the user holds the

2007-06-10  Cody Russell  <bratsche@gnome.org>

        * gdk/win32/gdkevents-win32.c (gdk_pointer_grab):
        Don't revert the mouse cursor to the built-in one when
        the user holds the mouse button down. (#445284, Tor Lillqvist)


svn path=/trunk/; revision=18093
This commit is contained in:
Cody Russell
2007-06-10 16:13:09 +00:00
committed by Cody Russell
parent 2c18665743
commit 83d5a36c9f
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2007-06-10 Cody Russell <bratsche@gnome.org>
* gdk/win32/gdkevents-win32.c (gdk_pointer_grab):
Don't revert the mouse cursor to the built-in one when
the user holds the mouse button down. (#445284, Tor Lillqvist)
2007-06-10 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkscalebutton.[ch]: Fix some coding style bits.