]> Pileus Git - ~andy/gtk/commit
gdkoffscreenwindow: Don't crash when resetting cursor
authorBastien Nocera <hadess@hadess.net>
Thu, 10 May 2012 14:23:57 +0000 (15:23 +0100)
committerBastien Nocera <hadess@hadess.net>
Tue, 15 May 2012 17:05:36 +0000 (18:05 +0100)
commit861c57e3043229e769a45d7349b6e71d99c752de
tree929b1ee9d26ddb7a664c9c707231096ffde8747e
parent0c6b54aa4425bd017e30164f2d4f8b031fb56725
gdkoffscreenwindow: Don't crash when resetting cursor

When the toplevel is a GdkOffscreenWindow which doesn't
implement the set_device_cursor() vfunc, we would have
crashed. Implement a dummy ->set_device_cursor vfunc.

https://bugzilla.gnome.org/show_bug.cgi?id=675809
gdk/gdkoffscreenwindow.c