Remove 'hack' which worked around a Weson bug wrt pointer setting

during dnd operations (by setting surface_user_data to buffer)

NB: This bug was fixed in Weston, so this workaround is not needed
anymore

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-06-17 23:20:58 +01:00
parent 2942696111
commit 01ed63f4bd
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ ecore_wl_window_buffer_attach(Ecore_Wl_Window *win, struct wl_buffer *buffer, in
/* if (buffer) */
wl_surface_attach(win->surface, buffer, x, y);
wl_surface_set_user_data(win->surface, buffer);
wl_surface_damage(win->surface, 0, 0,
win->allocation.w, win->allocation.h);
wl_surface_commit(win->surface);