diff options
Diffstat (limited to 'recipes/xorg-lib/xorg-headers-native/X11/Constraint.h')
-rw-r--r-- | recipes/xorg-lib/xorg-headers-native/X11/Constraint.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/xorg-lib/xorg-headers-native/X11/Constraint.h b/recipes/xorg-lib/xorg-headers-native/X11/Constraint.h index 9bb962e0d2..977e7eeac2 100644 --- a/recipes/xorg-lib/xorg-headers-native/X11/Constraint.h +++ b/recipes/xorg-lib/xorg-headers-native/X11/Constraint.h @@ -50,11 +50,15 @@ SOFTWARE. #ifndef _XtConstraint_h #define _XtConstraint_h +_XFUNCPROTOBEGIN + typedef struct _ConstraintClassRec *ConstraintWidgetClass; -#ifndef CONSTRAINT +#ifndef VMS externalref WidgetClass constraintWidgetClass; #endif +_XFUNCPROTOEND + #endif /* _XtConstraint_h */ /* DON'T ADD STUFF AFTER THIS #endif */ |