aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-04 17:57:12 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-04 22:03:14 -0400
commit44b8d30f5254628f8e6d5a12010f6e5f810d756e (patch)
tree42039b2d318ab944dd148990329b4a2cf94fd9a3 /sway/desktop
parentRemove unused SWAY_VIEW_TYPES (diff)
downloadsway-44b8d30f5254628f8e6d5a12010f6e5f810d756e.tar.gz
sway-44b8d30f5254628f8e6d5a12010f6e5f810d756e.tar.zst
sway-44b8d30f5254628f8e6d5a12010f6e5f810d756e.zip
Use new wlr_*_surface_at functions
Diffstat (limited to 'sway/desktop')
-rw-r--r--sway/desktop/output.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 38b52a41..0e8a9485 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -204,8 +204,6 @@ static void render_view(struct sway_container *view, void *data) {
204 case SWAY_VIEW_XWAYLAND: 204 case SWAY_VIEW_XWAYLAND:
205 render_surface(surface, wlr_output, when, view->x, view->y, 0, alpha); 205 render_surface(surface, wlr_output, when, view->x, view->y, 0, alpha);
206 break; 206 break;
207 default:
208 break;
209 } 207 }
210} 208}
211 209