aboutsummaryrefslogtreecommitdiff
path: root/src/ScreenPlacement.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-03-19 18:29:43 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-03-19 18:29:43 (GMT)
commit9f2c37341c739e5f3e4ab9c23e95eb39bb01ec4a (patch)
tree0348b3df70f5d3593ac58ed826c85288b3335a23 /src/ScreenPlacement.hh
parent97e08c3853a77571f4d51b481581877db2250555 (diff)
downloadfluxbox-9f2c37341c739e5f3e4ab9c23e95eb39bb01ec4a.zip
fluxbox-9f2c37341c739e5f3e4ab9c23e95eb39bb01ec4a.tar.bz2
code cleanup: moved code from public API to implementation
renamed 'Region' to 'Area' to avoid conflicts with 'Region' from Xlib.
Diffstat (limited to 'src/ScreenPlacement.hh')
-rw-r--r--src/ScreenPlacement.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ScreenPlacement.hh b/src/ScreenPlacement.hh
index 0e749d4..05db90d 100644
--- a/src/ScreenPlacement.hh
+++ b/src/ScreenPlacement.hh
@@ -71,6 +71,7 @@ public:
71 // places and show 'menu' at 'x','y' 71 // places and show 'menu' at 'x','y'
72 void placeAndShowMenu(FbTk::Menu& menu, int x, int y, bool respect_struts); 72 void placeAndShowMenu(FbTk::Menu& menu, int x, int y, bool respect_struts);
73 73
74 PlacementPolicy placementPolicy() const { return *m_placement_policy; }
74 RowDirection rowDirection() const { return *m_row_direction; } 75 RowDirection rowDirection() const { return *m_row_direction; }
75 ColumnDirection colDirection() const { return *m_col_direction; } 76 ColumnDirection colDirection() const { return *m_col_direction; }
76 77