aboutsummaryrefslogtreecommitdiff
path: root/rootston
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 /rootston
parentacf58e04de5652ed13ec46458a39a4dd97ba3b78 (diff)
Set view->surface
Diffstat (limited to 'rootston')
-rw-r--r--rootston/wl_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/wl_shell.c b/rootston/wl_shell.c
index 0929a999..67c8f609 100644
--- a/rootston/wl_shell.c
+++ b/rootston/wl_shell.c
@@ -27,7 +27,7 @@ void handle_wl_shell_surface(struct wl_listener *listener, void *data) {
view->x = view->y = 200;
view->wl_shell_surface = surface;
view->roots_wl_shell_surface = roots_surface;
- //view->wlr_surface = surface->surface;
+ view->wlr_surface = surface->surface;
//view->get_input_bounds = get_input_bounds;
//view->activate = activate;
view->desktop = desktop;