summaryrefslogtreecommitdiff
path: root/xc/unsupported
diff options
context:
space:
mode:
authorjim <empty>1989-10-10 15:18:05 +0000
committerjim <empty>1989-10-10 15:18:05 +0000
commit42b9c22f310158d36d2174f38dd8216449798c33 (patch)
tree27cf82405b0f7018741267de0bbd7b439ad8cbdd /xc/unsupported
parenta443018741d439547f337386f960a088986814be (diff)
wrong type for one of the resources
Diffstat (limited to 'xc/unsupported')
-rw-r--r--xc/unsupported/programs/xbiff/Mailbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/unsupported/programs/xbiff/Mailbox.c b/xc/unsupported/programs/xbiff/Mailbox.c
index 80bcf32f9..d26856788 100644
--- a/xc/unsupported/programs/xbiff/Mailbox.c
+++ b/xc/unsupported/programs/xbiff/Mailbox.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: Mailbox.c,v 1.34 89/10/09 16:20:41 jim Exp $
+ * $XConsortium: Mailbox.c,v 1.35 89/10/09 16:51:44 jim Exp $
*
* Copyright 1988 Massachusetts Institute of Technology
*
@@ -93,7 +93,7 @@ static XtResource resources[] = {
{ XtNfullPixmap, XtCPixmap, XtRBitmap, sizeof(Pixmap),
offset (full.bitmap), XtRString, "flagup" },
{ XtNfullPixmapMask, XtCPixmapMask, XtRBitmap, sizeof(Pixmap),
- offset (full.mask), XtRPixmap, (caddr_t) &nopix },
+ offset (full.mask), XtRBitmap, (caddr_t) &nopix },
{ XtNemptyPixmap, XtCPixmap, XtRBitmap, sizeof(Pixmap),
offset (empty.bitmap), XtRString, "flagdown" },
{ XtNemptyPixmapMask, XtCPixmapMask, XtRBitmap, sizeof(Pixmap),