add border option for write as well as read
rathnor rathnor
1 files changed,
5 insertions(+),
1 deletions(-)
jump to
M
src/Remember.cc
→
src/Remember.cc
@@ -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.cc,v 1.17 2003/05/26 04:24:24 rathnor Exp $ +// $Id: Remember.cc,v 1.18 2003/05/26 11:27:31 rathnor Exp $ #include "Remember.hh" #include "StringUtil.hh"@@ -395,6 +395,10 @@ break;
case (FluxboxWindow::DECORM_TITLEBAR | FluxboxWindow::DECORM_MENU): apps_file << " [Deco]\t{TINY}" << endl; + break; + case (FluxboxWindow::DECORM_BORDER + | FluxboxWindow::DECORM_MENU): + apps_file << " [Deco]\t{BORDER}" << endl; break; default: apps_file << " [Deco]\t{0x"<<hex<<a->decostate<<dec<<"}"<<endl;