diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-29 06:43:44 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-29 06:43:44 +0000 |
commit | 830858b9f72fef55d3617bda439d5b3999b4a0b0 (patch) | |
tree | f55cf33f095a3ad23b7cd5f94a13cabcb7b5e7db /legacy/ecore/src/lib/ecore_wayland/ecore_wl_private.h | |
parent | 4c78e106c3705abd30d87ad3a6307eb2190b4107 (diff) |
Ecore: more __UNUSED__ fixes
SVN revision: 79812
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_wayland/ecore_wl_private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/legacy/ecore/src/lib/ecore_wayland/ecore_wl_private.h b/legacy/ecore/src/lib/ecore_wayland/ecore_wl_private.h index 7f59ae9bcd..ecd7a110b3 100644 --- a/legacy/ecore/src/lib/ecore_wayland/ecore_wl_private.h +++ b/legacy/ecore/src/lib/ecore_wayland/ecore_wl_private.h | |||
@@ -92,11 +92,11 @@ void _ecore_wl_input_pointer_xy_get(int *x, int *y); | |||
92 | void _ecore_wl_input_set_selection(Ecore_Wl_Input *input, struct wl_data_source *source); | 92 | void _ecore_wl_input_set_selection(Ecore_Wl_Input *input, struct wl_data_source *source); |
93 | 93 | ||
94 | void _ecore_wl_dnd_add(Ecore_Wl_Input *input, struct wl_data_device *data_device, struct wl_data_offer *offer); | 94 | void _ecore_wl_dnd_add(Ecore_Wl_Input *input, struct wl_data_device *data_device, struct wl_data_offer *offer); |
95 | void _ecore_wl_dnd_enter(void *data, struct wl_data_device *data_device __UNUSED__, unsigned int timestamp __UNUSED__, struct wl_surface *surface, int x, int y, struct wl_data_offer *offer); | 95 | void _ecore_wl_dnd_enter(void *data, struct wl_data_device *data_device, unsigned int timestamp, struct wl_surface *surface, int x, int y, struct wl_data_offer *offer); |
96 | void _ecore_wl_dnd_leave(void *data, struct wl_data_device *data_device __UNUSED__); | 96 | void _ecore_wl_dnd_leave(void *data, struct wl_data_device *data_device); |
97 | void _ecore_wl_dnd_motion(void *data, struct wl_data_device *data_device __UNUSED__, unsigned int timestamp __UNUSED__, int x, int y); | 97 | void _ecore_wl_dnd_motion(void *data, struct wl_data_device *data_device, unsigned int timestamp, int x, int y); |
98 | void _ecore_wl_dnd_drop(void *data, struct wl_data_device *data_device __UNUSED__); | 98 | void _ecore_wl_dnd_drop(void *data, struct wl_data_device *data_device); |
99 | void _ecore_wl_dnd_selection(void *data, struct wl_data_device *data_device __UNUSED__, struct wl_data_offer *offer); | 99 | void _ecore_wl_dnd_selection(void *data, struct wl_data_device *data_device, struct wl_data_offer *offer); |
100 | void _ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source); | 100 | void _ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source); |
101 | 101 | ||
102 | struct wl_data_source *_ecore_wl_create_data_source(Ecore_Wl_Display *ewd); | 102 | struct wl_data_source *_ecore_wl_create_data_source(Ecore_Wl_Display *ewd); |