aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_layer_control.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm_layer_control.hpp')
-rw-r--r--src/wm_layer_control.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wm_layer_control.hpp b/src/wm_layer_control.hpp
index e2c4b18..7752fc4 100644
--- a/src/wm_layer_control.hpp
+++ b/src/wm_layer_control.hpp
@@ -27,8 +27,7 @@ namespace wm {
class Screen {
public:
- Screen(unsigned w, unsigned h);
- ~Screen();
+ Screen(unsigned w, unsigned h) : _width(w), _height(h){}
unsigned width() { return _width; }
unsigned height() { return _height; }
private: