diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-15 04:44:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-15 04:44:15 +0000 |
| commit | 3ddc053ccd6087a54e8a150aad43cb457d7b199f (patch) | |
| tree | 576b18b0cf9d589ae49fa0b3a75318f211c31e8a /openbox | |
| parent | 2a203eb5dcc628f6aacf86309e9fc5be185ae335 (diff) | |
that broke flashing
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/frame.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index 6140e5eb..8809e627 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -528,11 +528,9 @@ void frame_adjust_state(ObFrame *self) void frame_adjust_focus(ObFrame *self, gboolean hilite) { - if (self->focused != hilite) { - self->focused = hilite; - framerender_frame(self); - XFlush(ob_display); - } + self->focused = hilite; + framerender_frame(self); + XFlush(ob_display); } void frame_adjust_title(ObFrame *self) |
