diff options
Diffstat (limited to 'lib/libXaw/src/AsciiText.c')
-rw-r--r-- | lib/libXaw/src/AsciiText.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libXaw/src/AsciiText.c b/lib/libXaw/src/AsciiText.c index 65a2323f7..32c7db1df 100644 --- a/lib/libXaw/src/AsciiText.c +++ b/lib/libXaw/src/AsciiText.c @@ -123,10 +123,15 @@ AsciiTextClassRec asciiTextClassRec = { NULL, /* callback_private */ XtInheritTranslations, /* tm_table */ XtInheritQueryGeometry, /* query_geometry */ + NULL, /* display_accelerator */ + NULL, /* extension */ }, /* simple */ { XtInheritChangeSensitive, /* change_sensitive */ +#ifndef OLDXAW + NULL, +#endif }, /* text */ { |