From 6afccd07d95582a72e36b49454266ab0cebec7c0 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Fri, 20 Apr 2018 08:12:03 +1000 Subject: Add TODO about rendering fullscreen views smaller than the output --- sway/desktop/output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/desktop/output.c b/sway/desktop/output.c index 4a1b0c84..8d25caae 100644 --- a/sway/desktop/output.c +++ b/sway/desktop/output.c @@ -280,6 +280,7 @@ static void render_output(struct sway_output *output, struct timespec *when, if (workspace->sway_workspace->fullscreen) { float clear_color[] = {0.0f, 0.0f, 0.0f, 1.0f}; wlr_renderer_clear(renderer, clear_color); + // TODO: handle views smaller than the output render_container(output, workspace->sway_workspace->fullscreen->swayc); } else { float clear_color[] = {0.25f, 0.25f, 0.25f, 1.0f}; -- cgit v1.2.3-54-g00ecf