diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2007-09-13 14:09:42 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2007-09-13 14:09:42 +0000 |
commit | 45169e8d47c86118bb09dc734f9861d94d590da7 (patch) | |
tree | 521c109e9cc963ce3ecf43e4ff7562eb1987cff3 /lisp/play/bubbles.el | |
parent | 6b22680006a05e33fdf3b6e367987bf88c0276d4 (diff) | |
download | emacs-45169e8d47c86118bb09dc734f9861d94d590da7.tar.gz |
(bubbles--initialize-images): Fix bug:
Use transparent background for empty cells in graphics mode.
Diffstat (limited to 'lisp/play/bubbles.el')
-rw-r--r-- | lisp/play/bubbles.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el index 133c6efc0d2..00cb6e04397 100644 --- a/lisp/play/bubbles.el +++ b/lisp/play/bubbles.el @@ -1323,7 +1323,7 @@ Return t if new char is non-empty." (setq bubbles--empty-image (create-image (replace-regexp-in-string "^\"\\(.*\\)\t.*c .*\",$" - "\"\\1\tc #FFFFFF\"," template) + "\"\\1\tc None\"," template) 'xpm t ;;:mask 'heuristic :margin '(2 . 1))) |