aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index a5bcb66..0d2cadd 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -350,6 +350,8 @@ public:
350 /// determine the reference corner from a string 350 /// determine the reference corner from a string
351 static ReferenceCorner getCorner(std::string str); 351 static ReferenceCorner getCorner(std::string str);
352 /// convert to coordinates on the root window 352 /// convert to coordinates on the root window
353 void translateXCoords(int &x, ReferenceCorner dir = LEFTTOP) const;
354 void translateYCoords(int &y, ReferenceCorner dir = LEFTTOP) const;
353 void translateCoords(int &x, int &y, ReferenceCorner dir = LEFTTOP) const; 355 void translateCoords(int &x, int &y, ReferenceCorner dir = LEFTTOP) const;
354 356
355 /** 357 /**