xext: Use proto header rather than the Xext include file, this prevents userspace being pulled in causing issues

Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Daniel Stone <daniel@fooishbar.org>
(cherry picked from commit a38ca0063c)
This commit is contained in:
Jeremy Huddleston 2009-08-31 11:20:00 -07:00
parent 0f3a89d306
commit fc792024f7

View file

@ -40,7 +40,9 @@ Equipment Corporation.
#ifndef _PANORAMIX_H_
#define _PANORAMIX_H_
#include <X11/extensions/panoramiXext.h>
#define _PANORAMIX_SERVER
#include <X11/extensions/panoramiXproto.h>
#undef _PANORAMIX_SERVER
#include "gcstruct.h"