From 4e9b2938cd8637a5d3b0a4c9f69d6ee75faab3a0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 Jul 2009 16:54:33 +1000 Subject: include: untangle events.h from the SDK headers. InternalEvents shouldn't be used anywhere outside the X server itself. Split up into events.h for opaque typedefs for the events needed by various headers and eventstr.h for the actual struct definitions. eventstr.h must only be included by code that requires internal events and is not part of the SDK. Signed-off-by: Peter Hutterer --- mi/mieq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mi') diff --git a/mi/mieq.c b/mi/mieq.c index 976fac9f2..539a99f81 100644 --- a/mi/mieq.c +++ b/mi/mieq.c @@ -51,6 +51,7 @@ in this Software without prior written authorization from The Open Group. # include # include "extinit.h" # include "exglobals.h" +# include "eventstr.h" #ifdef DPMSExtension # include "dpmsproc.h" -- cgit v1.2.3