diff options
author | emersion <contact@emersion.fr> | 2017-09-27 15:03:35 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-27 15:03:35 +0200 |
commit | e001e400221115b0fe41fb48df48e85a2ec4f6ba (patch) | |
tree | 831873093cf6da5620047bdc3358bfbbc5573a0c /include | |
parent | acf58e04de5652ed13ec46458a39a4dd97ba3b78 (diff) |
Set view->surface
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_wl_shell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h index 614d785b..d5b8a982 100644 --- a/include/wlr/types/wlr_wl_shell.h +++ b/include/wlr/types/wlr_wl_shell.h @@ -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; |