diff options
Diffstat (limited to 'lib/libXt/include/X11/RectObj.h')
-rw-r--r-- | lib/libXt/include/X11/RectObj.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libXt/include/X11/RectObj.h b/lib/libXt/include/X11/RectObj.h index 07615fab7..81e43a5e2 100644 --- a/lib/libXt/include/X11/RectObj.h +++ b/lib/libXt/include/X11/RectObj.h @@ -50,11 +50,16 @@ SOFTWARE. #ifndef _XtRect_h #define _XtRect_h +_XFUNCPROTOBEGIN + typedef struct _RectObjRec *RectObj; typedef struct _RectObjClassRec *RectObjClass; -#ifndef RECTOBJ +#ifndef VMS externalref WidgetClass rectObjClass; #endif + +_XFUNCPROTOEND + #endif /* _XtRect_h */ /* DON'T ADD STUFF AFTER THIS #endif */ |