summaryrefslogtreecommitdiff
path: root/src/mgacontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mgacontext.h')
-rw-r--r--src/mgacontext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mgacontext.h b/src/mgacontext.h
index 30640a2..4141565 100644
--- a/src/mgacontext.h
+++ b/src/mgacontext.h
@@ -294,10 +294,10 @@ struct mga_context_t {
drm_context_t hHWContext;
drm_hw_lock_t *driHwLock;
int driFd;
- __DRIdrawablePrivate *driDrawable;
- __DRIdrawablePrivate *driReadable;
+ __DRIdrawable *driDrawable;
+ __DRIdrawable *driReadable;
- __DRIscreenPrivate *driScreen;
+ __DRIscreen *driScreen;
struct mga_screen_private_s *mgaScreen;
drm_mga_sarea_t *sarea;