[vlc-commits] commit: Cosmetic ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sun Jul 11 12:59:12 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jul 11 13:59:03 2010 +0300| [f8d899e7630c48354af0d3d3f77efb58e39b1cd6] | committer: Rémi Denis-Courmont
Cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f8d899e7630c48354af0d3d3f77efb58e39b1cd6
---
modules/video_output/xcb/glx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/xcb/glx.c b/modules/video_output/xcb/glx.c
index 23c46c0..6aa8976 100644
--- a/modules/video_output/xcb/glx.c
+++ b/modules/video_output/xcb/glx.c
@@ -458,7 +458,7 @@ static picture_pool_t *Pool (vout_display_t *vd, unsigned requested_count)
static void PictureRender (vout_display_t *vd, picture_t *pic)
{
- vout_display_sys_t *sys = vd->sys;
+ vout_display_sys_t *sys = vd->sys;
vout_display_opengl_Prepare (&sys->vgl, pic);
}
More information about the vlc-commits
mailing list