commit | 8a4a9eb2e4c6c6c0ba98e2d3afdb796f8745eaa5 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Fri Jun 14 10:07:55 2013 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jun 20 23:54:29 2013 -0400 |
tree | 6c86c1c39ae8f8bb7d5ac218a8aaf3f470477b0d | |
parent | 1fd4b01d1013f81e79acea034bd00f47e54ba1b0 [diff] |
data-device: Change resources in wl_data_offer and wl_data_source to pointers. Because of its links to selection.c and xwayland, a destroy_signal field was also added to wl_data_source. Before selection.c and xwayland were manually initializing the resource.destroy_signal field so that it could be used without a valid resource. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>