diff options
author | Julien Cristau <jcristau@debian.org> | 2007-06-23 15:20:09 +0100 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2007-06-23 15:20:09 +0100 |
commit | 6b483e355de6c5ee5dc635ab9b817bf72680b016 (patch) | |
tree | fa4110d53d999b9a0b2acd31dbcc4cb291bb875d /include/X11/RectObj.h | |
parent | 845e51c740574db2f72a5e7c5462d8f56a3c4e22 (diff) |
Allow C++ apps to build using libXt
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 */ |