aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Remember.cc')
-rw-r--r--src/Remember.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Remember.cc b/src/Remember.cc
index 6db5eb4..16a2ee3 100644
--- a/src/Remember.cc
+++ b/src/Remember.cc
@@ -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.cc,v 1.16 2003/05/15 23:30:06 fluxgen Exp $ 24// $Id: Remember.cc,v 1.17 2003/05/26 04:24:24 rathnor Exp $
25 25
26#include "Remember.hh" 26#include "Remember.hh"
27#include "StringUtil.hh" 27#include "StringUtil.hh"
@@ -264,6 +264,11 @@ int Remember::parseApp(ifstream &file, Application &app) {
264 FluxboxWindow::DECORM_TITLEBAR 264 FluxboxWindow::DECORM_TITLEBAR
265 | FluxboxWindow::DECORM_MENU 265 | FluxboxWindow::DECORM_MENU
266 ); 266 );
267 } else if (str_label == "BORDER") {
268 app.rememberDecostate((unsigned int)
269 FluxboxWindow::DECORM_BORDER
270 | FluxboxWindow::DECORM_MENU
271 );
267 } else { 272 } else {
268 unsigned int mask; 273 unsigned int mask;
269 const char * str = str_label.c_str(); 274 const char * str = str_label.c_str();