Re: Themes for 3.0



Hi,

On Fri, 12 Nov 2010 10:09:46 +0100
wrote fuchur <flohtransporter gmail com>:


>...
>
>01.tabs-fix.patch
>Changes:
>Frame now reframe if you move/resize windows.
>

This above posted patch kills opaque resize/move mode.
Can you remove or replace withs this patch.
Sorry

-- 
Regards,
Fuchur

GPG Fingerprint: CA3B 8204 5B3E 6D48 6D53  C116 E5BC 70D5 B8D7 B2B0
diff -urNad sawfish.orgi/lisp/sawfish/wm/tabs/tabgroup.jl sawfish/lisp/sawfish/wm/tabs/tabgroup.jl
--- sawfish.orgi/lisp/sawfish/wm/tabs/tabgroup.jl	2010-11-12 21:18:05.000000000 +0100
+++ sawfish/lisp/sawfish/wm/tabs/tabgroup.jl	2010-11-12 21:19:52.000000000 +0100
@@ -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))
-                          (reframe-window w)) wins)
+                          (rebuild-frame w)) wins)
                 (rplaca (nthcdr index tab-groups)
                         (tab-build-group pos dim wins))))
              ((eq prop 'fixed-position)

Attachment: signature.asc
Description: PGP signature



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