oops
This commit is contained in:
parent
40cfbb7568
commit
41eae48eb4
1 changed files with 12 additions and 13 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: fluxbox.cc,v 1.223 2004/01/16 11:29:12 fluxgen Exp $
|
// $Id: fluxbox.cc,v 1.224 2004/01/16 11:38:30 fluxgen Exp $
|
||||||
|
|
||||||
#include "fluxbox.hh"
|
#include "fluxbox.hh"
|
||||||
|
|
||||||
|
@ -773,7 +773,6 @@ void Fluxbox::handleEvent(XEvent * const e) {
|
||||||
if (screen != 0)
|
if (screen != 0)
|
||||||
revertFocus(*screen);
|
revertFocus(*screen);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// try FbTk::EventHandler first
|
// try FbTk::EventHandler first
|
||||||
FbTk::EventManager::instance()->handleEvent(*e);
|
FbTk::EventManager::instance()->handleEvent(*e);
|
||||||
|
|
Loading…
Reference in a new issue