mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Set view->surface
This commit is contained in:
parent
acf58e04de
commit
e001e40022
4 changed files with 12 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue