Mesa (master): mesa: Purge macros NEED_EVENTS and NEED_REPLIES

Brian Paul brianp at kemper.freedesktop.org
Thu Jul 1 19:09:31 UTC 2010


Module: Mesa
Branch: master
Commit: d2fe97a209134ff5267e8aa065865c3398bfb280
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2fe97a209134ff5267e8aa065865c3398bfb280

Author: Fernando Carrijo <fcarrijo at yahoo.com.br>
Date:   Thu Jul  1 09:29:56 2010 -0700

mesa: Purge macros NEED_EVENTS and NEED_REPLIES

Signed-off-by: Fernando Carrijo <fcarrijo at yahoo.com.br>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/driclient/src/XF86dri.c                |    1 -
 src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c |    3 ---
 src/glx/XF86dri.c                          |    1 -
 src/glx/apple/appledri.c                   |    2 --
 src/glx/dri2.c                             |    1 -
 src/glx/glxclient.h                        |    2 --
 6 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/driclient/src/XF86dri.c b/src/driclient/src/XF86dri.c
index 9e359a9..831a760 100644
--- a/src/driclient/src/XF86dri.c
+++ b/src/driclient/src/XF86dri.c
@@ -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>
diff --git a/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c b/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c
index 1cc8dda..237b308 100644
--- a/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c
+++ b/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c
@@ -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>
diff --git a/src/glx/XF86dri.c b/src/glx/XF86dri.c
index d0e8880..36b43f0 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 4f2e8f9..46c84f3 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 6afa414..e4ff538 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 78c5f33..b41073f 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>




More information about the mesa-commit mailing list