From 12fcb33bfaa03b3c6245d15bfb1809f7facc857f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 28 May 2002 12:39:23 +0000 Subject: re-added UnderMouse Placement added NLS support in the new configure system. --- src/Screen.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Screen.hh') diff --git a/src/Screen.hh b/src/Screen.hh index 34cc633a..3ed724f9 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -190,8 +190,8 @@ private: public: - enum { RowSmartPlacement = 1, ColSmartPlacement, CascadePlacement, LeftRight, - RightLeft, TopBottom, BottomTop }; + enum { RowSmartPlacement = 1, ColSmartPlacement, CascadePlacement, + UnderMousePlacement, LeftRight, RightLeft, TopBottom, BottomTop }; enum { RoundBullet = 1, TriangleBullet, SquareBullet, NoBullet }; enum { Restart = 1, RestartOther, Exit, Shutdown, Execute, Reconfigure, WindowShade, WindowIconify, WindowMaximize, WindowClose, WindowRaise, -- cgit v1.2.3