mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
rootston: no need to implement get_input_bounds and activate for wl_shell views
This commit is contained in:
parent
63f277f3b9
commit
dd9c15c69e
1 changed files with 0 additions and 3 deletions
|
@ -78,9 +78,6 @@ void handle_wl_shell_surface(struct wl_listener *listener, void *data) {
|
|||
view->wl_shell_surface = surface;
|
||||
view->roots_wl_shell_surface = roots_surface;
|
||||
view->wlr_surface = surface->surface;
|
||||
// TODO
|
||||
//view->get_input_bounds = get_input_bounds;
|
||||
//view->activate = activate;
|
||||
view->desktop = desktop;
|
||||
roots_surface->view = view;
|
||||
wl_list_insert(&desktop->views, &view->link);
|
||||
|
|
Loading…
Reference in a new issue