diff options
Diffstat (limited to 'include/X11/ObjectP.h')
-rw-r--r-- | include/X11/ObjectP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/ObjectP.h b/include/X11/ObjectP.h index a24564e..0f484d2 100644 --- a/include/X11/ObjectP.h +++ b/include/X11/ObjectP.h @@ -52,6 +52,8 @@ SOFTWARE. #include <X11/Object.h> +_XFUNCPROTOBEGIN + /********************************************************** * Object Instance Data Structures * @@ -132,6 +134,8 @@ typedef struct _ObjectClassRec { externalref ObjectClassRec objectClassRec; +_XFUNCPROTOEND + #define XtObjectExtensionVersion 1L #define XtInheritAllocate ((XtAllocateProc) _XtInherit) #define XtInheritDeallocate ((XtDeallocateProc) _XtInherit) |