all repos — fluxbox @ 593624dc8937da1515318b624fa72f2a4c558254

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

593624dc8937da1515318b624fa72f2a4c558254

parent

a5e8987acd27107581901e5c451450ed9f2ce30c

1 files changed, 5 insertions(+), 2 deletions(-)

jump to
M src/Remember.hhsrc/Remember.hh

@@ -21,7 +21,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Remember.hh,v 1.5 2003/05/10 22:47:15 fluxgen Exp $ +// $Id: Remember.hh,v 1.6 2003/06/05 13:33:27 fluxgen Exp $ /* Based on the original "Remember patch" by Xavier Brouckaert */

@@ -115,6 +115,9 @@ * sort of interface abilities we'll need...

*/ class Remember : public AtomHandler { public: + /** + * holds which attributes to remember + */ enum Attribute { REM_WORKSPACE=0, REM_DIMENSIONS,

@@ -129,7 +132,7 @@ REM_SAVEONCLOSE,

REM_LASTATTRIB // not actually used }; - typedef std::map<std::string,Application *> Apps; + typedef std::map<std::string, Application *> Apps; Remember(); Application* find(WinClient &winclient);