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 /rootston | |
parent | acf58e04de5652ed13ec46458a39a4dd97ba3b78 (diff) |
Set view->surface
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/wl_shell.c | 2 |
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; |