aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-09-21 16:02:22 (GMT)
committerfluxgen <fluxgen>2002-09-21 16:02:22 (GMT)
commit18a09c1a7ffdd0cbb9246f8f823c4426a776ba73 (patch)
tree83e2200053d91e5146d6f74b19132e824f06929b /src/Workspace.hh
parentb4022f90dbc4b93182597b7cf233cdea3f45c209 (diff)
downloadfluxbox-18a09c1a7ffdd0cbb9246f8f823c4426a776ba73.zip
fluxbox-18a09c1a7ffdd0cbb9246f8f823c4426a776ba73.tar.bz2
fixed check in setLastFocusedWindow
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh
index 0c2b1cb..18db91c 100644
--- a/src/Workspace.hh
+++ b/src/Workspace.hh
@@ -44,10 +44,10 @@ public:
44 typedef std::vector<FluxboxWindow *> Windows; 44 typedef std::vector<FluxboxWindow *> Windows;
45 typedef std::vector<Window> Stack; 45 typedef std::vector<Window> Stack;
46 46
47 Workspace(BScreen *screen, unsigned int workspaceid = 0); 47 explicit Workspace(BScreen *screen, unsigned int workspaceid = 0);
48 ~Workspace(); 48 ~Workspace();
49 49
50 inline void setLastFocusedWindow(FluxboxWindow *w) { lastfocus = w; } 50 void setLastFocusedWindow(FluxboxWindow *w);
51 /** 51 /**
52 Set workspace name 52 Set workspace name
53 */ 53 */