aboutsummaryrefslogtreecommitdiff
path: root/src/ScreenPlacement.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-03-27 08:43:09 (GMT)
committermarkt <markt>2007-03-27 08:43:09 (GMT)
commit9ebfea7944a1455a74cb70781373d83f50ad196c (patch)
tree919096d5e05e9b70499433bea3db2faf19b27bae /src/ScreenPlacement.hh
parent58e280952a47fc3fb77b4659a21cc4ce6a73066e (diff)
downloadfluxbox-9ebfea7944a1455a74cb70781373d83f50ad196c.zip
fluxbox-9ebfea7944a1455a74cb70781373d83f50ad196c.tar.bz2
lots and lots of code cleanup, plus introduced new ClientMenu class
Diffstat (limited to 'src/ScreenPlacement.hh')
-rw-r--r--src/ScreenPlacement.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScreenPlacement.hh b/src/ScreenPlacement.hh
index be007eb..4326c91 100644
--- a/src/ScreenPlacement.hh
+++ b/src/ScreenPlacement.hh
@@ -62,7 +62,7 @@ public:
62 virtual ~ScreenPlacement() {} 62 virtual ~ScreenPlacement() {}
63 /// placeWindow is guaranteed to succeed, ignore return value 63 /// placeWindow is guaranteed to succeed, ignore return value
64 /// @return true 64 /// @return true
65 bool placeWindow(const std::vector<FluxboxWindow *> &windowlist, 65 bool placeWindow(const std::list<FluxboxWindow *> &windowlist,
66 const FluxboxWindow &window, 66 const FluxboxWindow &window,
67 int &place_x, int &place_y); 67 int &place_x, int &place_y);
68 68