diff options
-rw-r--r-- | src/Window.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Window.cc b/src/Window.cc index 03d3f04..9b4f555 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.47 2002/04/26 18:27:39 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.48 2002/04/28 20:09:31 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -239,8 +239,9 @@ tab(0) | |||
239 | 239 | ||
240 | // adjust the window decorations based on transience and window sizes | 240 | // adjust the window decorations based on transience and window sizes |
241 | if (transient) { | 241 | if (transient) { |
242 | decorations.maximize = decorations.handle = | 242 | decorations.maximize = functions.maximize = false; |
243 | decorations.border = functions.maximize = false; | 243 | //we can still use the handles to resize it |
244 | decorations.handle = decorations.border = true; | ||
244 | } | 245 | } |
245 | 246 | ||
246 | if ((client.normal_hint_flags & PMinSize) && | 247 | if ((client.normal_hint_flags & PMinSize) && |