diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-13 07:18:11 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-13 07:18:11 +0000 |
| commit | c88451f0c1e2586a5a06babb69b060bf808c9148 (patch) | |
| tree | 5cf06e8f1d538152b5a50716271fc2a8935053ef /src/openbox.cc | |
| parent | 3e504ae5f37f4648f6a32b8d02f893928a78f6eb (diff) | |
readd titlebar buttons. but they dont press yet
Diffstat (limited to 'src/openbox.cc')
| -rw-r--r-- | src/openbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.cc b/src/openbox.cc index 9c1041ac..89e541aa 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -358,7 +358,7 @@ void Openbox::setFocusedClient(Client *c) // sometimes this is called with the already-focused window, this is // important for the python scripts to work (eg, c = 0 twice). don't just // return if _focused_client == c - + assert(_focused_screen); // uninstall the old colormap |
