summaryrefslogtreecommitdiff
path: root/src/blackbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-02 14:57:02 +0000
committerDana Jansens <danakj@orodu.net>2002-07-02 14:57:02 +0000
commit888c0bac90d4932d00dd7f7447ea52117aff6de0 (patch)
treedac16983de54810978e5f39506ea0fccd49937da /src/blackbox.hh
parentffa4c7f3414944869016497a4f560c24b9d8b3e9 (diff)
backing out all changes to make mouse button mapping's configurable
Diffstat (limited to 'src/blackbox.hh')
-rw-r--r--src/blackbox.hh8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/blackbox.hh b/src/blackbox.hh
index 055f7761..3a9986af 100644
--- a/src/blackbox.hh
+++ b/src/blackbox.hh
@@ -51,6 +51,7 @@ extern "C" {
#include "BaseDisplay.hh"
#include "Configuration.hh"
#include "Timer.hh"
+#include "XAtom.hh"
#define AttribShaded (1l << 0)
#define AttribMaxHoriz (1l << 1)
@@ -91,8 +92,6 @@ class BWindowGroup;
class Basemenu;
class Toolbar;
class Slit;
-class XAtom;
-class BInput;
extern I18n i18n;
@@ -153,7 +152,6 @@ private:
BTimer *timer;
Configuration config;
XAtom *xatom;
- BInput *input;
bool no_focus, reconfigure_wait, reread_menu_wait;
Time last_time;
@@ -200,9 +198,7 @@ public:
void removeSlitSearch(Window window);
inline XAtom *getXAtom(void) { return xatom; }
- inline BInput *getInput(void) { return input; }
-
- inline BScreen *getFocusedScreen(void) { return active_screen; }
+
inline BlackboxWindow *getFocusedWindow(void) { return focused_window; }
inline BlackboxWindow *getChangingWindow(void) { return changing_window; }