summaryrefslogtreecommitdiff
path: root/src/openbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.h')
-rw-r--r--src/openbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.h b/src/openbox.h
index c62dfa2a..61d5fdb2 100644
--- a/src/openbox.h
+++ b/src/openbox.h
@@ -118,7 +118,7 @@ private:
typedef std::list<BScreen*> ScreenList;
ScreenList screenList;
- BScreen *focused_screen;
+ BScreen *current_screen;
OpenboxWindow *masked_window;
BTimer *timer;