devilhorns pushed a commit to branch master.

commit 2b15d4ce1f6ca9c37ae86db4eca8fb103d069397
Author: Chris Michael <[email protected]>
Date:   Tue May 28 11:42:37 2013 +0100

    Add dnd_offer and dnd_end event types.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_wayland/ecore_wl.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c
index 184e531..e6567df 100644
--- a/src/lib/ecore_wayland/ecore_wl.c
+++ b/src/lib/ecore_wayland/ecore_wl.c
@@ -41,6 +41,8 @@ EAPI int ECORE_WL_EVENT_DND_ENTER = 0;
 EAPI int ECORE_WL_EVENT_DND_POSITION = 0;
 EAPI int ECORE_WL_EVENT_DND_LEAVE = 0;
 EAPI int ECORE_WL_EVENT_DND_DROP = 0;
+EAPI int ECORE_WL_EVENT_DND_OFFER = 0;
+EAPI int ECORE_WL_EVENT_DND_END = 0;
 EAPI int ECORE_WL_EVENT_DATA_SOURCE_TARGET = 0;
 EAPI int ECORE_WL_EVENT_DATA_SOURCE_SEND = 0;
 EAPI int ECORE_WL_EVENT_SELECTION_DATA_READY = 0;
@@ -95,6 +97,8 @@ ecore_wl_init(const char *name)
         ECORE_WL_EVENT_DND_POSITION = ecore_event_type_new();
         ECORE_WL_EVENT_DND_LEAVE = ecore_event_type_new();
         ECORE_WL_EVENT_DND_DROP = ecore_event_type_new();
+        ECORE_WL_EVENT_DND_OFFER = ecore_event_type_new();
+        ECORE_WL_EVENT_DND_END = ecore_event_type_new();
         ECORE_WL_EVENT_DATA_SOURCE_TARGET = ecore_event_type_new();
         ECORE_WL_EVENT_DATA_SOURCE_SEND = ecore_event_type_new();
         ECORE_WL_EVENT_SELECTION_DATA_READY = ecore_event_type_new();
@@ -482,12 +486,6 @@ _ecore_wl_xkb_shutdown(Ecore_Wl_Display *ewd)
    return EINA_TRUE;
 }
 
-struct wl_data_source *
-_ecore_wl_create_data_source(Ecore_Wl_Display *ewd)
-{
-   return 
wl_data_device_manager_create_data_source(ewd->wl.data_device_manager);
-}
-
 static void
 _ecore_wl_sync_callback(void *data, struct wl_callback *callback, uint32_t 
serial EINA_UNUSED)
 {

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to