summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_context.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2004-07-04 20:33:48 +0000
committerJon Smirl <jonsmirl@gmail.com>2004-07-04 20:33:48 +0000
commitaaebfc88c08c79cd70f1e0d1d262a25e9ded47d1 (patch)
tree9c1aa0013c88e370457ea47aea3e8baccec87c52 /src/mesa/drivers/dri/unichrome/via_context.h
parent2371033bbaf6e7477bfa893654a0467a084f335b (diff)
Patch removes _SOLO definition needed for mesa-solo. mesa-solo
uses the NEW_INTERFACE now so _SOLO isn't necessary anymore. Tested with the hardware that I own.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_context.h')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_context.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_context.h b/src/mesa/drivers/dri/unichrome/via_context.h
index fe26ff80d3..4ac3a8cfa6 100644
--- a/src/mesa/drivers/dri/unichrome/via_context.h
+++ b/src/mesa/drivers/dri/unichrome/via_context.h
@@ -32,10 +32,6 @@ typedef struct via_texture_object_t *viaTextureObjectPtr;
#include "dri_util.h"
-#ifndef _SOLO
-#include <X11/Xlibint.h>
-#endif
-
#include "mtypes.h"
#include "drm.h"
#include "mm.h"
@@ -291,9 +287,7 @@ struct via_context_t {
drm_context_t hHWContext;
drm_hw_lock_t *driHwLock;
int driFd;
-#ifndef _SOLO
- Display *display;
-#endif
+ __DRInativeDisplay *display;
__DRIdrawablePrivate *driDrawable;
__DRIscreenPrivate *driScreen;