[sawfish/tabs-ng] reframe windows when moving/resizing



commit 0e606ea63c2034a3f4b8525f7862fd3cc07d7f4b
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Fri Nov 12 19:04:13 2010 +0100

    reframe windows when moving/resizing

 lisp/sawfish/wm/tabs/tabgroup.jl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lisp/sawfish/wm/tabs/tabgroup.jl b/lisp/sawfish/wm/tabs/tabgroup.jl
index 38135f9..504dfdb 100644
--- a/lisp/sawfish/wm/tabs/tabgroup.jl
+++ b/lisp/sawfish/wm/tabs/tabgroup.jl
@@ -164,7 +164,7 @@
                     (pos (window-position win)))
                 (mapcar (lambda (w)
                           (tab-move-resize-frame-window-to w (car pos) (cdr pos) (car dim) (cdr dim))
-                          (rebuild-frame w)) wins)
+                          (reframe-window w)) wins)
                 (rplaca (nthcdr index tab-groups)
                         (tab-build-group pos dim wins))))
              ((eq prop 'fixed-position)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]