elm/win: declare prototype for ecore_evas_dnd_mark_motion_used

../src/lib/elementary/efl_ui_win.c: In function ‘_motion_cb’:
../src/lib/elementary/efl_ui_win.c:9271:14: warning: implicit declaration of function ‘ecore_evas_dnd_mark_motion_used’ [-Wimplicit-function-declaration]
 9271 |              ecore_evas_dnd_mark_motion_used(ee, seat);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Differential Revision: https://phab.enlightenment.org/D11717
This commit is contained in:
Mike Blumenkrantz 2020-04-16 12:10:52 -04:00 committed by Marcel Hollerbach
parent 61599d67ed
commit 9edce20081
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@
#define FRAME_OBJ_THEME_MIN_VERSION 119
extern void ecore_evas_dnd_mark_motion_used(Ecore_Evas *ee, unsigned int seat);
Ecore_Evas *_wayland_shm_new(const char *disp_name, Ecore_Window parent, int x, int y, int w, int h, Eina_Bool frame);
Ecore_Evas *_wayland_egl_new(const char *disp_name, Ecore_Window parent, int x, int y, int w, int h, Eina_Bool frame, const int *opt);