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/RectObjP.h | |
parent | 845e51c740574db2f72a5e7c5462d8f56a3c4e22 (diff) |
Allow C++ apps to build using libXt
Diffstat (limited to 'include/X11/RectObjP.h')
-rw-r--r-- | include/X11/RectObjP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/RectObjP.h b/include/X11/RectObjP.h index ca3b8ad..d6ffb78 100644 --- a/include/X11/RectObjP.h +++ b/include/X11/RectObjP.h @@ -53,6 +53,8 @@ SOFTWARE. #include <X11/RectObj.h> #include <X11/ObjectP.h> +_XFUNCPROTOBEGIN + /********************************************************** * Rectangle Object Instance Data Structures * @@ -126,4 +128,6 @@ typedef struct _RectObjClassRec { externalref RectObjClassRec rectObjClassRec; +_XFUNCPROTOEND + #endif /*_Xt_RectObjP_h_*/ |