diff options
Diffstat (limited to 'include/X11/VendorP.h')
-rw-r--r-- | include/X11/VendorP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/VendorP.h b/include/X11/VendorP.h index 08bf689..e60857d 100644 --- a/include/X11/VendorP.h +++ b/include/X11/VendorP.h @@ -72,6 +72,8 @@ SOFTWARE. /* New fields for the VendorShell widget class record */ +_XFUNCPROTOBEGIN + typedef struct { XtPointer extension; /* pointer to extension record */ } VendorShellClassPart; @@ -100,4 +102,6 @@ typedef struct { VendorShellPart vendor; } VendorShellRec, *VendorShellWidget; +_XFUNCPROTOEND + #endif /* _XtVendorPrivate_h */ |