mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
Add TODO about rendering fullscreen views smaller than the output
This commit is contained in:
parent
76837b9132
commit
6afccd07d9
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user