diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-28 12:39:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-28 12:39:23 +0000 |
| commit | 12fcb33bfaa03b3c6245d15bfb1809f7facc857f (patch) | |
| tree | 5535416dc05fbb9537d4bda59425bd0e8588b6e1 /src/Screen.hh | |
| parent | b48e215ca642d1973e0b1b71e632657c2679443a (diff) | |
re-added UnderMouse Placement
added NLS support in the new configure system.
Diffstat (limited to 'src/Screen.hh')
| -rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
