From 64e5dc93216ec4da4df1c79f53f160333441ec80 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 13 Jul 2002 21:37:52 +0000 Subject: changed decoration default --- src/Window.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index 5f2ea74..bb95ad2 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.60 2002/06/14 09:59:49 fluxgen Exp $ +// $Id: Window.cc,v 1.61 2002/07/13 21:37:52 fluxgen Exp $ #include "Window.hh" @@ -212,8 +212,7 @@ tab(0) // adjust the window decorations based on transience and window sizes if (transient) { decorations.maximize = functions.maximize = false; - //we can still use the handles to resize it - decorations.handle = decorations.border = true; + decorations.handle = decorations.border = false; } if ((client.normal_hint_flags & PMinSize) && -- cgit v0.11.2