]> Pileus Git - ~andy/gtk/commit
Only set cursors on toplevel.
authorAlexander Larsson <alexl@redhat.com>
Mon, 26 Jan 2009 11:54:02 +0000 (12:54 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:26 +0000 (10:15 +0200)
commitca1aeff8140bd0b82fb880a59d96c9be50200458
tree0636ca0298f95fd3507d52743f8be3c7895b6726
parente24c9e291d62c658e0c31c161abc0080169da430
Only set cursors on toplevel.

This fixes a problem where we used to set them on a native window, but we
never unset it becase when the pointer moved to another native window
we just set the cursor on that window. Always setting on the toplevel
fixes this.
gdk/gdkwindow.c