aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-27 15:03:35 +0200
committeremersion <contact@emersion.fr>2017-09-27 15:03:35 +0200
commite001e400221115b0fe41fb48df48e85a2ec4f6ba (patch)
tree831873093cf6da5620047bdc3358bfbbc5573a0c /include/wlr
parentacf58e04de5652ed13ec46458a39a4dd97ba3b78 (diff)
Set view->surface
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_wl_shell.h4
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;