mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Use new wlr_*_surface_at functions
This commit is contained in:
parent
8eff00f723
commit
44b8d30f52
2 changed files with 15 additions and 32 deletions
|
|
@ -204,8 +204,6 @@ static void render_view(struct sway_container *view, void *data) {
|
|||
case SWAY_VIEW_XWAYLAND:
|
||||
render_surface(surface, wlr_output, when, view->x, view->y, 0, alpha);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue