mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-27 21:58:16 +01:00
Add TODO about rendering fullscreen views smaller than the output
This commit is contained in:
parent
76837b9132
commit
6afccd07d9
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue