Mercurial > emacs
changeset 84539:94bc57977861
(bubbles--initialize-images): Fix bug:
Use transparent background for empty cells in graphics mode.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Thu, 13 Sep 2007 14:08:34 +0000 |
parents | d2335a891526 |
children | b0fea3533218 |
files | lisp/play/bubbles.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/bubbles.el Thu Sep 13 08:04:38 2007 +0000 +++ b/lisp/play/bubbles.el Thu Sep 13 14:08:34 2007 +0000 @@ -1323,7 +1323,7 @@ (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)))