aboutsummaryrefslogtreecommitdiffstats
path: root/src/layers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/layers.hpp')
-rw-r--r--src/layers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layers.hpp b/src/layers.hpp
index adfd733..b6dd67f 100644
--- a/src/layers.hpp
+++ b/src/layers.hpp
@@ -114,8 +114,8 @@ struct layer_map
}
json to_json() const;
+ void setupArea(int output_w, int output_h);
compositor::rect getAreaSize(const std::string &area);
- const compositor::rect getScaleDestRect(int output_w, int output_h, const std::string &aspect_setting);
int loadAreaDb();
private: