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
@@ -43,6 +43,8 @@ | ||
43 | 43 | (window-never-expose-p w) |
44 | 44 | ;; for pager and stuff |
45 | 45 | (not (window-visible-p w)) |
46 | + ;; no dialogs | |
47 | + (not (eq (window-type w) 'default)) | |
46 | 48 | (window-ignored-p w))) |
47 | 49 | (window-order current-workspace))) |
48 | 50 |