aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-07-31 00:51:34 +0000
committerKenichi Handa2003-07-31 00:51:34 +0000
commit1552d1ea9c87676547e2eda202a3c109a778fc13 (patch)
tree09d0acc1ba1fe2186d805c466b16ea69bbc5df95 /src
parenteb6055fa383a425f6cbba580c98b7de02d9ea997 (diff)
downloademacs-1552d1ea9c87676547e2eda202a3c109a778fc13.tar.gz
emacs-1552d1ea9c87676547e2eda202a3c109a778fc13.zip
(struct x_bitmap_record): New member have_mask.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index f8f2252af4b..fd1e79b9082 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -126,6 +126,7 @@ typedef GtkWidget *xt_or_gtk_widget;
126struct x_bitmap_record 126struct x_bitmap_record
127{ 127{
128 Pixmap pixmap; 128 Pixmap pixmap;
129 int have_mask;
129 Pixmap mask; 130 Pixmap mask;
130 char *file; 131 char *file;
131 int refcount; 132 int refcount;