diff options
author | fluxgen <fluxgen> | 2003-06-05 13:33:27 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-05 13:33:27 (GMT) |
commit | 593624dc8937da1515318b624fa72f2a4c558254 (patch) | |
tree | 4d1ba1a664899eb751a0d3333f19db7b6a12b5d1 /src/Remember.hh | |
parent | a5e8987acd27107581901e5c451450ed9f2ce30c (diff) | |
download | fluxbox-593624dc8937da1515318b624fa72f2a4c558254.zip fluxbox-593624dc8937da1515318b624fa72f2a4c558254.tar.bz2 |
minor stuff
Diffstat (limited to 'src/Remember.hh')
-rw-r--r-- | src/Remember.hh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Remember.hh b/src/Remember.hh index 6e2c3b3..8058c15 100644 --- a/src/Remember.hh +++ b/src/Remember.hh | |||
@@ -21,7 +21,7 @@ | |||
21 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 21 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
22 | // DEALINGS IN THE SOFTWARE. | 22 | // DEALINGS IN THE SOFTWARE. |
23 | 23 | ||
24 | // $Id: Remember.hh,v 1.5 2003/05/10 22:47:15 fluxgen Exp $ | 24 | // $Id: Remember.hh,v 1.6 2003/06/05 13:33:27 fluxgen Exp $ |
25 | 25 | ||
26 | /* Based on the original "Remember patch" by Xavier Brouckaert */ | 26 | /* Based on the original "Remember patch" by Xavier Brouckaert */ |
27 | 27 | ||
@@ -115,6 +115,9 @@ class WinClient; | |||
115 | */ | 115 | */ |
116 | class Remember : public AtomHandler { | 116 | class Remember : public AtomHandler { |
117 | public: | 117 | public: |
118 | /** | ||
119 | * holds which attributes to remember | ||
120 | */ | ||
118 | enum Attribute { | 121 | enum Attribute { |
119 | REM_WORKSPACE=0, | 122 | REM_WORKSPACE=0, |
120 | REM_DIMENSIONS, | 123 | REM_DIMENSIONS, |
@@ -129,7 +132,7 @@ public: | |||
129 | REM_LASTATTRIB // not actually used | 132 | REM_LASTATTRIB // not actually used |
130 | }; | 133 | }; |
131 | 134 | ||
132 | typedef std::map<std::string,Application *> Apps; | 135 | typedef std::map<std::string, Application *> Apps; |
133 | Remember(); | 136 | Remember(); |
134 | 137 | ||
135 | Application* find(WinClient &winclient); | 138 | Application* find(WinClient &winclient); |