mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
[statusbar] Force X to sync after drawing statusbar
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
aa33db169a
commit
664dfcd0b8
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ statusbar_draw(statusbar_t *statusbar)
|
||||||
}
|
}
|
||||||
|
|
||||||
simplewindow_refresh_drawable(statusbar->sw);
|
simplewindow_refresh_drawable(statusbar->sw);
|
||||||
|
xcb_aux_sync(globalconf.connection);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void *
|
static void *
|
||||||
|
|
Loading…
Reference in a new issue