aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;