diff options
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/XF86dri.c | 1 | ||||
-rw-r--r-- | src/glx/apple/appledri.c | 2 | ||||
-rw-r--r-- | src/glx/dri2.c | 1 | ||||
-rw-r--r-- | src/glx/glxclient.h | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/src/glx/XF86dri.c b/src/glx/XF86dri.c index d0e88805bcc..36b43f0f84a 100644 --- a/src/glx/XF86dri.c +++ b/src/glx/XF86dri.c @@ -38,7 +38,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL) -#define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/extensions/Xext.h> #include <X11/extensions/extutil.h> diff --git a/src/glx/apple/appledri.c b/src/glx/apple/appledri.c index 4f2e8f99149..46c84f3ab77 100644 --- a/src/glx/apple/appledri.c +++ b/src/glx/apple/appledri.c @@ -38,8 +38,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* THIS IS NOT AN X CONSORTIUM STANDARD */ -#define NEED_EVENTS -#define NEED_REPLIES #include <X11/Xlibint.h> #include "appledristr.h" #include <X11/extensions/Xext.h> diff --git a/src/glx/dri2.c b/src/glx/dri2.c index 6afa4149651..e4ff53801a9 100644 --- a/src/glx/dri2.c +++ b/src/glx/dri2.c @@ -33,7 +33,6 @@ #ifdef GLX_DIRECT_RENDERING -#define NEED_REPLIES #include <stdio.h> #include <X11/Xlibint.h> #include <X11/extensions/Xext.h> diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 78c5f33d4d5..b41073fb5df 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -37,8 +37,6 @@ #ifndef _GLX_client_h_ #define _GLX_client_h_ -#define NEED_REPLIES -#define NEED_EVENTS #include <X11/Xproto.h> #include <X11/Xlibint.h> #include <X11/extensions/extutil.h> |