[vlc-commits] Use the struct name
Rémi Denis-Courmont
git at videolan.org
Sat Feb 19 22:41:23 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 19 23:41:13 2011 +0200| [a40da5e120ea6e4fe6b06fa7452793eac934ed89] | committer: Rémi Denis-Courmont
Use the struct name
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a40da5e120ea6e4fe6b06fa7452793eac934ed89
---
include/vlc_opengl.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_opengl.h b/include/vlc_opengl.h
index 6270bd5..cc99142 100644
--- a/include/vlc_opengl.h
+++ b/include/vlc_opengl.h
@@ -34,9 +34,9 @@ struct vout_window_t;
/**
* A VLC GL context (and its underlying surface)
*/
-typedef struct vlc_gl vlc_gl_t;
+typedef struct vlc_gl_t vlc_gl_t;
-struct vlc_gl
+struct vlc_gl_t
{
VLC_COMMON_MEMBERS
More information about the vlc-commits
mailing list