diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-18 12:12:30 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-18 12:12:30 (GMT) |
commit | 37b18a9694122e285286757df2a74213b8d27a3e (patch) | |
tree | 035d68db3def39a72ce9d41e7337e93c7e768560 /src/Remember.hh | |
parent | 2ab539073b115e3e05cab6b95c4ea638bd8d1b6f (diff) | |
download | fluxbox-37b18a9694122e285286757df2a74213b8d27a3e.zip fluxbox-37b18a9694122e285286757df2a74213b8d27a3e.tar.bz2 |
combined code for saved window positions and MoveTo key command
added left, right, top, and bottom center reference points
Diffstat (limited to 'src/Remember.hh')
-rw-r--r-- | src/Remember.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Remember.hh b/src/Remember.hh index a401abb..fb58a5e 100644 --- a/src/Remember.hh +++ b/src/Remember.hh | |||
@@ -81,8 +81,7 @@ public: | |||
81 | POS_UPPERRIGHT, | 81 | POS_UPPERRIGHT, |
82 | POS_LOWERLEFT, | 82 | POS_LOWERLEFT, |
83 | POS_LOWERRIGHT, | 83 | POS_LOWERRIGHT, |
84 | POS_CENTER, | 84 | POS_CENTER |
85 | POS_WINCENTER | ||
86 | }; | 85 | }; |
87 | 86 | ||
88 | 87 | ||