diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-06-05 07:37:49 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-06-05 07:37:49 +0000 |
commit | 6bfdb8f0e05b64319a870f4ab762ef08d8c2a0eb (patch) | |
tree | 8a1e538efd7aacaac0617f5e93e9212104695ff4 /lisp/toolbar/gud-watch.xpm | |
parent | 122450096158517f3686d4f33e497b48fa2e88cf (diff) | |
download | emacs-6bfdb8f0e05b64319a870f4ab762ef08d8c2a0eb.tar.gz |
Make background transparent.
Diffstat (limited to 'lisp/toolbar/gud-watch.xpm')
-rw-r--r-- | lisp/toolbar/gud-watch.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/toolbar/gud-watch.xpm b/lisp/toolbar/gud-watch.xpm index 41361dc32b2..52052212390 100644 --- a/lisp/toolbar/gud-watch.xpm +++ b/lisp/toolbar/gud-watch.xpm @@ -1,7 +1,7 @@ /* XPM */ static char * watch_xpm[] = { "24 24 11 1", -" c #C0C0C0C0C0C0", +" c None", ". c #808080808080", "X c #000000000000", "o c #A5A59F9FA3A3", |