diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-06-16 19:16:54 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-06-16 19:16:54 +0000 |
commit | a46e95722d3c2b9dfb9eacf9a390a7c47d427773 (patch) | |
tree | 2941ddd38e027f2e2f60608b03fff2a1ab0785a4 /src/xvmc/I810XvMC.c | |
parent | 35a5cf103e9e41d178f980f685307f8c8063a006 (diff) |
Mop-up from the DRI 20040613 import, taking care of some drm.h
header location and type changes, and update the ChangeLog.
Diffstat (limited to 'src/xvmc/I810XvMC.c')
-rw-r--r-- | src/xvmc/I810XvMC.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xvmc/I810XvMC.c b/src/xvmc/I810XvMC.c index fdafe8cb..893a7112 100644 --- a/src/xvmc/I810XvMC.c +++ b/src/xvmc/I810XvMC.c @@ -227,7 +227,7 @@ Status XvMCCreateContext(Display *display, XvPortID port, context->flags = (unsigned long)magic; /* - Pass control to the X server to create a drmContext for us and + Pass control to the X server to create a drm_context_t for us and validate the with/height and flags. */ if((ret = _xvmc_create_context(display, context, &priv_count, &priv_data))) { @@ -237,7 +237,7 @@ Status XvMCCreateContext(Display *display, XvPortID port, /* X server returns a structure like this: - drmContext + drm_context_t fbBase OverlayOffset OverlaySize @@ -411,7 +411,7 @@ Status XvMCDestroyContext(Display *display, XvMCContext *context) { I810_UNLOCK(pI810XvMC); } - /* Pass Control to the X server to destroy the drmContext */ + /* Pass Control to the X server to destroy the drm_context_t */ _xvmc_destroy_context(display, context); i810_free_privContext(pI810XvMC); |