aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-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) &&