• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

Japanese translation of message catalog for Sawfish Window-Manager


コミットメタ情報

リビジョン7f059785ffdd9a66bd7de5508452059a3b10a1ae (tree)
日時2012-12-01 16:20:30
作者Christopher Roy Bratusek <nano@tuxf...>
コミッターChristopher Roy Bratusek

ログメッセージ

don't tile non-default windows

変更サマリ

差分

--- a/lisp/sawfish/wm/tile/utils.jl
+++ b/lisp/sawfish/wm/tile/utils.jl
@@ -43,6 +43,8 @@
4343 (window-never-expose-p w)
4444 ;; for pager and stuff
4545 (not (window-visible-p w))
46+ ;; no dialogs
47+ (not (eq (window-type w) 'default))
4648 (window-ignored-p w)))
4749 (window-order current-workspace)))
4850