commit | bf74d5242ab457019cf7ba70f845e9d253a811bf | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Nov 30 14:54:35 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Nov 30 14:54:35 2012 -0500 |
tree | ad55fd3737fd2751edc2e05a10a7686e60dc8998 | |
parent | ec07669a082d7c3156692a24fdbd4824e7cb9d7d [diff] |
window: Add a widget default cursor convenience helper In a few cases, we set a motion handler just to be able to set a fixed cursor. This adds a default cursor helper that can be used in those cases. In case of the 'transformed' test case, we also avoid a brief flicker of the pointer cursor, which is set on enter when the move grab is lifted.