Convert a left-over private void * to __DRIcontext *.

This commit is contained in:
Kristian Høgsberg
2007-05-17 16:11:19 -04:00
committed by Kristian Høgsberg
parent 3eaec7dc5d
commit ecdb45cb29
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ struct __DRIscreenRec {
void * (*createNewContext)(__DRIscreen *screen,
const __GLcontextModes *modes,
int render_type,
void *sharedPrivate,
__DRIcontext *shared,
drm_context_t hwContext, __DRIcontext *pctx);
/**