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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wm_layer_control.hpp b/src/wm_layer_control.hpp
index df6c863..503ec3b 100644
--- a/src/wm_layer_control.hpp
+++ b/src/wm_layer_control.hpp
@@ -66,7 +66,7 @@ class LayerControl
std::shared_ptr<WMLayer> getWMLayer(unsigned layer);
// std::shared_ptr<WMLayer> getWMLayer(std::string layer_name);
struct rect getAreaSize(const std::string& area);
- void setupArea(double scaling);
+ void setupArea(const rectangle& base_rct, double scaling);
Screen getScreenInfo();
double scale();
// void setRenderOrder(const std::vector<unsigned> layer_render_order);