aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-07-13 21:37:52 (GMT)
committerfluxgen <fluxgen>2002-07-13 21:37:52 (GMT)
commit64e5dc93216ec4da4df1c79f53f160333441ec80 (patch)
tree21826438d12e3a6e05b6ec62d0006b265ac6574b
parentb8318144826e443a544def93929f8b0e036eab1b (diff)
downloadfluxbox-64e5dc93216ec4da4df1c79f53f160333441ec80.zip
fluxbox-64e5dc93216ec4da4df1c79f53f160333441ec80.tar.bz2
changed decoration default
-rw-r--r--src/Window.cc5
1 files 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 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.60 2002/06/14 09:59:49 fluxgen Exp $ 25// $Id: Window.cc,v 1.61 2002/07/13 21:37:52 fluxgen Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -212,8 +212,7 @@ tab(0)
212 // adjust the window decorations based on transience and window sizes 212 // adjust the window decorations based on transience and window sizes
213 if (transient) { 213 if (transient) {
214 decorations.maximize = functions.maximize = false; 214 decorations.maximize = functions.maximize = false;
215 //we can still use the handles to resize it 215 decorations.handle = decorations.border = false;
216 decorations.handle = decorations.border = true;
217 } 216 }
218 217
219 if ((client.normal_hint_flags & PMinSize) && 218 if ((client.normal_hint_flags & PMinSize) &&