Use new wlr_*_surface_at functions

This commit is contained in:
emersion 2018-04-04 17:57:12 -04:00 committed by Drew DeVault
parent 8eff00f723
commit 44b8d30f52
2 changed files with 15 additions and 32 deletions

View file

@ -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;
}
}