diff options
Diffstat (limited to 'include/X11/CoreP.h')
-rw-r--r-- | include/X11/CoreP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/CoreP.h b/include/X11/CoreP.h index e07f085..57836e6 100644 --- a/include/X11/CoreP.h +++ b/include/X11/CoreP.h @@ -55,6 +55,8 @@ SOFTWARE. #include <X11/Core.h> +_XFUNCPROTOBEGIN + externalref int _XtInheritTranslations; #define XtInheritTranslations ((String) &_XtInheritTranslations) @@ -167,5 +169,7 @@ typedef struct _WidgetClassRec { externalref WidgetClassRec widgetClassRec; #define coreClassRec widgetClassRec +_XFUNCPROTOEND + #endif /* _XtCoreP_h */ /* DON'T ADD STUFF AFTER THIS #endif */ |