• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
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

修订版bf256fcf514a8de620224a1206d15f02fc85b6af (tree)
时间2010-11-12 03:37:22
作者Christopher Roy Bratusek <zanghar@free...>
CommiterChristopher Roy Bratusek

Log Message

frames.jl:
call window-state-changed-hook while reframing a window, updating the title-position

更改概述

差异

--- a/lisp/sawfish/wm/frames.jl
+++ b/lisp/sawfish/wm/frames.jl
@@ -36,6 +36,7 @@
3636 apply-frame-style
3737 apply-frame-style-and-save
3838 window-type
39+ adjustment-title
3940 set-window-type
4041 push-window-type
4142 pop-window-type
@@ -326,9 +327,13 @@ generate.")
326327 (reload-frame-style style))))
327328 frame-style-files)))
328329
330+ (define (adjustment-title w)
331+ (call-window-hook 'window-state-change-hook w (list '(title-position))))
332+
329333 ;;; applying frame styles to windows
330334
331335 (define (reframe-window w)
336+ (adjustment-title w)
332337 (if (window-get w 'ignored)
333338 (progn
334339 (window-put w 'current-frame-style nil)