commit | beb7a9f92d00e83712c762fd8e2abd6f65773858 | [log] [tgz] |
---|---|---|
author | Carlos Garnacho <carlosg@gnome.org> | Mon Feb 01 20:28:15 2016 +0100 |
committer | Bryce Harrington <bryce@bryceharrington.org> | Mon Feb 01 13:22:33 2016 -0800 |
tree | 605d8445d45ef44369519e5b3eb63a4b32a59bcc | |
parent | 15902bf47a91b42b6f9196861c94ab9cdb6b7cf2 [diff] |
xwayland: zalloc the x11_data_sources The wrapped weston_data_source struct has new fields which were left uninitialized, so its access is unreliable. The data source in xwayland/dnd.c should be eventually setting the drag-and-drop actions, but it is a lot more incomplete than that (read: completely), so falls out of the scope of this patch. Signed-off-by: Carlos Garnacho <carlosg@gnome.org>