xflush after changing the focus decorations so it gets shown faster
This commit is contained in:
parent
a95b5244f9
commit
7d1226c57c
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ void frame_adjust_focus(ObFrame *self, gboolean hilite)
|
|||
{
|
||||
self->focused = hilite;
|
||||
framerender_frame(self);
|
||||
XFlush(ob_display);
|
||||
}
|
||||
|
||||
void frame_adjust_title(ObFrame *self)
|
||||
|
|
Loading…
Reference in a new issue