From bdb5416371fd16ee698f744c33a18ef1a0f83d73 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 16 Apr 2010 22:24:38 -0400 Subject: xorg-headers-native: haven't been updated since 2006, do so now Update the combined headers from the following packages: * xproto-7.0.16 * libx11-1.3.3 * libxau-1.0.5 * libxdmcp-1.0.3 * libxt-1.0.8 For example, GenericEvent is new since xproto-7.0.13 and prevents libx11-native from building on an X-less host. Signed-off-by: Denys Dmytriyenko --- recipes/xorg-lib/xorg-headers-native/X11/EventI.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/xorg-lib/xorg-headers-native/X11/EventI.h') diff --git a/recipes/xorg-lib/xorg-headers-native/X11/EventI.h b/recipes/xorg-lib/xorg-headers-native/X11/EventI.h index 00858e71ea..d2d1d0f439 100644 --- a/recipes/xorg-lib/xorg-headers-native/X11/EventI.h +++ b/recipes/xorg-lib/xorg-headers-native/X11/EventI.h @@ -65,6 +65,8 @@ typedef struct _XtGrabRec *XtGrabList; #include "PassivGraI.h" +_XFUNCPROTOBEGIN + extern void _XtEventInitialize( void ); @@ -131,4 +133,6 @@ extern void _XtFillAncestorList(Widget **listPtr, int *maxElemsPtr, /* NextEvent.c */ extern Boolean XtAppPeekEvent_SkipTimer; +_XFUNCPROTOEND + #endif /* _Event_h_ */ -- cgit 1.2.3-korg