diff options
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | 2012-05-25 16:01:41 +0300 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-25 23:28:54 -0400 |
commit | dc8c8fce72a169fe5d1dd716e29b406ea044ae4b (patch) | |
tree | d5446bfc0430f33d290ea7c119af45d9785dcd2f /clients/flower.c | |
parent | d8f527c845b16c2e7465a0756d5b85710a75f776 (diff) |
window: rename enum pointer_type to cursor_type
This avoids confusion with the pointer devices (struct wl_pointer).
Diffstat (limited to 'clients/flower.c')
-rw-r--r-- | clients/flower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/flower.c b/clients/flower.c index 2d54b38d..9b225432 100644 --- a/clients/flower.c +++ b/clients/flower.c @@ -133,7 +133,7 @@ static int motion_handler(struct widget *widget, struct input *input, uint32_t time, float x, float y, void *data) { - return POINTER_HAND1; + return CURSOR_HAND1; } static void |