Add TODO about rendering fullscreen views smaller than the output

This commit is contained in:
Ryan Dwyer 2018-04-20 08:12:03 +10:00
parent 76837b9132
commit 6afccd07d9
1 changed files with 1 additions and 0 deletions

View File

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