Hi, If i move a window with the keyboard sometimes i got "gaps" i tab themes. This patch fix this. -- Regards, Fuchur GPG Fingerprint: CA3B 8204 5B3E 6D48 6D53 C116 E5BC 70D5 B8D7 B2B0
diff -urNad sawfish-git-9999.org/lisp/sawfish/wm/tabs/tabgroup.jl sawfish-git-9999/lisp/sawfish/wm/tabs/tabgroup.jl --- sawfish-git-9999.org/lisp/sawfish/wm/tabs/tabgroup.jl 2011-01-30 11:43:44.000000000 +0100 +++ sawfish-git-9999/lisp/sawfish/wm/tabs/tabgroup.jl 2011-01-30 11:44:18.000000000 +0100 @@ -308,7 +308,11 @@ (tab-refresh-group win 'depth))))) (add-hook 'before-move-hook (lambda (win) (adjustment-title win))) - (add-hook 'after-move-hook (lambda (win) (tab-refresh-group win 'move))) + (add-hook 'after-move-hook + (lambda (win) + (adjustment-title win) + (tab-refresh-group win 'move))) + (add-hook 'after-resize-hook (lambda (win) (tab-refresh-group win 'resize))) ;; only update tabs by move if opaque move mode (opaque = slow) ;;
Attachment:
signature.asc
Description: PGP signature