• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revisiónfffe34e625263f0dc78f823824570d2dac910266 (tree)
Tiempo2010-11-13 06:25:56
AutorChristopher Roy Bratusek <zanghar@free...>
CommiterChristopher Roy Bratusek

Log Message

revert 0e606ea63c2034a3f4b8525f7862fd3cc07d7f4b

brakes opaque move-outline-mode

Cambiar Resumen

Diferencia incremental

--- a/ChangeLog.TNG
+++ b/ChangeLog.TNG
@@ -1,6 +1,4 @@
11 2010-11-12 Christopher Bratusek <zanghar@freenet.de>
2- * lisp/sawfish/wm/tabs/tabgroup.jl: reframe windows while moving/resizing [fuchur]
3-
42 * themes/Elberg-tabbed/theme.jl
53 * themes/get-S-tabbed/theme.jl: updated
64
--- a/lisp/sawfish/wm/tabs/tabgroup.jl
+++ b/lisp/sawfish/wm/tabs/tabgroup.jl
@@ -164,7 +164,7 @@
164164 (pos (window-position win)))
165165 (mapcar (lambda (w)
166166 (tab-move-resize-frame-window-to w (car pos) (cdr pos) (car dim) (cdr dim))
167- (reframe-window w)) wins)
167+ (rebuild-frame w)) wins)
168168 (rplaca (nthcdr index tab-groups)
169169 (tab-build-group pos dim wins))))
170170 ((eq prop 'fixed-position)