diff options
author | Benjamin Close <Benjamin.Close@clearchain.com> | 2009-02-13 14:44:53 +1030 |
---|---|---|
committer | Benjamin Close <Benjamin.Close@clearchain.com> | 2009-02-13 17:24:37 +1030 |
commit | a38ca0063c91ef221f20bf0c4ac0dc84ce07d557 (patch) | |
tree | 5b7bf01b4274d17838fefe68cd34736626bde42a /Xext/panoramiX.h | |
parent | d62c085f36892c327785e85571bd2c7c70513ac6 (diff) |
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>
Diffstat (limited to 'Xext/panoramiX.h')
-rw-r--r-- | Xext/panoramiX.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Xext/panoramiX.h b/Xext/panoramiX.h index 700c5a4f9..d413ff9cf 100644 --- a/Xext/panoramiX.h +++ b/Xext/panoramiX.h @@ -41,9 +41,8 @@ Equipment Corporation. #define _PANORAMIX_H_ #define _PANORAMIX_SERVER -#include <X11/extensions/panoramiXext.h> +#include <X11/extensions/panoramiXproto.h> #undef _PANORAMIX_SERVER - #include "gcstruct.h" |