mesa: Purge macros NEED_EVENTS and NEED_REPLIES
authorFernando Carrijo <fcarrijo@yahoo.com.br>
Thu, 1 Jul 2010 16:29:56 +0000 (09:29 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 1 Jul 2010 19:07:07 +0000 (13:07 -0600)
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Signed-off-by: Brian Paul <brianp@vmware.com>
src/driclient/src/XF86dri.c
src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c
src/glx/XF86dri.c
src/glx/apple/appledri.c
src/glx/dri2.c
src/glx/glxclient.h

index 9e359a92384b6e6861c2d82e3de166bc1d908c67..831a7603396959b3cc3a71b857a5179d5d5c737a 100644 (file)
@@ -36,7 +36,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 /* THIS IS NOT AN X CONSORTIUM STANDARD */
 
-#define NEED_REPLIES
 #include <X11/Xlibint.h>
 #include <X11/extensions/Xext.h>
 #include <X11/extensions/extutil.h>
index 1cc8ddaac34c1accbb375a974b5e7c5dd50c5b79..237b308ae353f6c56086743b469020768fcc3452 100644 (file)
@@ -32,9 +32,6 @@
  *      allows X clients to communicate with the driver.
  */
 
-
-#define NEED_REPLIES
-#define NEED_EVENTS
 #include "dixstruct.h"
 #include "extnsionst.h"
 #include <X11/X.h>
index d0e88805bccc9d2db11bfa757a7d0f138a0cb00e..36b43f0f84af100a26e9868c7f8fc37f54bb8125 100644 (file)
@@ -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>
index 4f2e8f9914962e4061408bebf6a6915f709aa97f..46c84f3ab77419f5102cc1004ec4c016bf8a496d 100644 (file)
@@ -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>
index 6afa4149651b7ed6945af503e86877b1feea1814..e4ff53801a9c1b4aad3361866b9123da81f36ae7 100644 (file)
@@ -33,7 +33,6 @@
 
 #ifdef GLX_DIRECT_RENDERING
 
-#define NEED_REPLIES
 #include <stdio.h>
 #include <X11/Xlibint.h>
 #include <X11/extensions/Xext.h>
index 78c5f33d4d57089be807857d1b2c7b9527d9653c..b41073fb5dfad2f14697ac3aae08c24e8fd1a58d 100644 (file)
@@ -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>