diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 1 |
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; | |||
| 126 | struct x_bitmap_record | 126 | struct 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; |