diff options
author | rws <empty> | 1991-02-05 13:56:30 +0000 |
---|---|---|
committer | rws <empty> | 1991-02-05 13:56:30 +0000 |
commit | 37a11b07e453762fbaa5fb881e7df98e9448869e (patch) | |
tree | aa05b22063da6f384e3f75be2647aae446ab7c7a /xc/lib/Xt/Create.c | |
parent | 4ec1deda24f49ee60660bdf9aa189f26aa28d851 (diff) |
don't whine about R4 widgets
Diffstat (limited to 'xc/lib/Xt/Create.c')
-rw-r--r-- | xc/lib/Xt/Create.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xc/lib/Xt/Create.c b/xc/lib/Xt/Create.c index ecc4c21e0..61b7ae419 100644 --- a/xc/lib/Xt/Create.c +++ b/xc/lib/Xt/Create.c @@ -1,4 +1,4 @@ -/* $XConsortium: Create.c,v 1.82 90/12/26 16:39:07 rws Exp $ */ +/* $XConsortium: Create.c,v 1.83 90/12/30 16:28:52 rws Exp $ */ /*********************************************************** Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, @@ -91,7 +91,8 @@ void XtInitializeWidgetClass(wc) #undef LeaveIfClass } if (wc->core_class.version != XtVersion && - wc->core_class.version != XtVersionDontCheck) { + wc->core_class.version != XtVersionDontCheck && + wc->core_class.version != (11 * 1000 + 4)) { /* MIT R4 is OK */ String param[3]; param[0] = wc->core_class.class_name; if (wc->core_class.version == (11 * 1000 + 3)) { /* MIT X11R3 */ |