Set view->surface

This commit is contained in:
emersion 2017-09-27 15:03:35 +02:00
parent acf58e04de
commit e001e40022
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 12 additions and 12 deletions

View file

@ -19,8 +19,8 @@ struct wlr_wl_shell {
struct wlr_wl_shell_surface {
struct wlr_wl_shell *shell;
struct wl_client *client;
struct wl_resource *surface;
struct wlr_texture *wlr_texture;
struct wl_resource *resource;
struct wlr_surface *surface;
struct wl_list link;
uint32_t ping_serial;