diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-02-21 16:49:10 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-02-21 16:49:10 +0900 |
commit | 83190eb0c2bcf9fdff52992164789d4daed4ee25 (patch) | |
tree | 02013b13ae298200dd0b0473eb67ce237cbfafea /NEWS | |
parent | 5e99f9b96873a794f40d30bbb997917cf57a5bdf (diff) | |
download | efl-83190eb0c2bcf9fdff52992164789d4daed4ee25.tar.gz efl-83190eb0c2bcf9fdff52992164789d4daed4ee25.tar.xz efl-83190eb0c2bcf9fdff52992164789d4daed4ee25.zip |
Add ecore_x_dnd_self_begin() and ecore_x_dnd_self_drop() to allow dnd
to your own window (drop where u drag from). helpful for elm where dnd
src/dst are object based, so we talk dnd protocol to ourselves.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ Additions: ecore_x_e_window_profile_change_done_send() ecore_x_randr_crtc_info_get() ecore_x_randr_crtc_info_free() + ecore_x_dnd_self_begin() + ecore_x_dnd_self_drop() * ecore_wayland: - Store global wayland interfaces in a globals list so wayland programs can bind to other non-standard wayland protocol extensions. |