diff options
Diffstat (limited to 'include/X11/RectObj.h')
-rw-r--r-- | include/X11/RectObj.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/X11/RectObj.h b/include/X11/RectObj.h index 07615fa..dced5c3 100644 --- a/include/X11/RectObj.h +++ b/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 externalref WidgetClass rectObjClass; #endif + +_XFUNCPROTOEND + #endif /* _XtRect_h */ /* DON'T ADD STUFF AFTER THIS #endif */ |