commit | 5e76a49d9c5ae86c67c70c13b1199a9efb43392b | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Jul 25 16:09:37 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jul 25 16:09:37 2013 -0700 |
tree | 72dc56f2e1ec18e1e4073a86856b10cf89e6c473 | |
parent | 0e17de1c0bdc2d155736d1ddad95747f4483ead1 [diff] [blame] |
Rename wl_data_offer to weston_data_offer Another left-over from when we moved the input structs.
diff --git a/src/compositor.h b/src/compositor.h index a045839..0fca43d 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -275,7 +275,7 @@ struct weston_touch *touch; }; -struct wl_data_offer { +struct weston_data_offer { struct wl_resource *resource; struct weston_data_source *source; struct wl_listener source_destroy_listener;