simple-egl: Add a default cursor
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 29 Oct 2012 21:41:46 +0000 (17:41 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 29 Oct 2012 21:41:46 +0000 (17:41 -0400)
commit191e0eee7757f6c027ccb9c49b0977633a5c5600
tree80e6f07e80dab9f904cb9c2881ec3c220ae4e256
parent6326c5de82093d19728cf06709fecf47247820fc
simple-egl: Add a default cursor

If clients don't set a cursor, they get whatever the last cursor was
before the pointer entered their window.  That's a little confusing, so
set a pointer on enter to avoid that.  The down-side is that simple EGL
isn't very simple anymore.

https://bugs.freedesktop.org/show_bug.cgi?id=52452
clients/simple-egl.c
configure.ac