diff options
author | Fernando Carrijo <[email protected]> | 2010-07-01 09:29:56 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-07-01 13:07:07 -0600 |
commit | d2fe97a209134ff5267e8aa065865c3398bfb280 (patch) | |
tree | 19455154b46c70e1abb423fa7885741a4e923f9a /src/gallium/targets | |
parent | 1d298a3764cef6a7119524fdc8f3c0d2589d6070 (diff) |
mesa: Purge macros NEED_EVENTS and NEED_REPLIES
Signed-off-by: Fernando Carrijo <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c b/src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c index 1cc8ddaac34..237b308ae35 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> |