diff src/xterm.h @ 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 5c89c59e087d
children 1a4bd2bec861
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;