mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Better name for variable
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
d5aec8d1c5
commit
2ca4766bb8
3 changed files with 4 additions and 5 deletions
|
|
@ -849,7 +849,7 @@ static uint32_t render_to_cairo(struct render_context *ctx) {
|
|||
max_height = h > max_height ? h : max_height;
|
||||
}
|
||||
|
||||
if (!bar->workspace_changed && output->focused) {
|
||||
if (bar->workspace_window_title_sync && output->focused) {
|
||||
uint32_t h = render_focused_window_icon(cairo, output, &x);
|
||||
max_height = h > max_height ? h : max_height;
|
||||
old_x -= x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue