commit | 191e0eee7757f6c027ccb9c49b0977633a5c5600 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Oct 29 17:41:46 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Oct 29 17:41:46 2012 -0400 |
tree | 80e6f07e80dab9f904cb9c2881ec3c220ae4e256 | |
parent | 6326c5de82093d19728cf06709fecf47247820fc [diff] |
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