diff options
author | Julien Viard de Galbert <julien@vdg.blogsite.org> | 2009-02-13 14:44:53 +1030 |
---|---|---|
committer | Julien Viard de Galbert <julien@vdg.blogsite.org> | 2010-03-07 19:38:47 +0100 |
commit | f209726920e5d35461c4e7bbd0541c4ba2b9db32 (patch) | |
tree | 5ce22444de737cab14d6a7d18099fc5c3d589166 /Xext | |
parent | 36237f701ec2f7e0bfe0f1b1256da8b3c9f20899 (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')
-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" |