changeset 52090:3c8a655b53e0

(struct x_bitmap_record): New member have_mask.
author Kenichi Handa <handa@m17n.org>
date Thu, 31 Jul 2003 00:51:34 +0000
parents 0713c3d48620
children c3f9f23be6a8
files src/xterm.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Thu Jul 31 00:12:57 2003 +0000
+++ b/src/xterm.h	Thu Jul 31 00:51:34 2003 +0000
@@ -126,6 +126,7 @@
 struct x_bitmap_record
 {
   Pixmap pixmap;
+  int have_mask;
   Pixmap mask;
   char *file;
   int refcount;