]> git.sesse.net Git - vlc/commitdiff
Use the struct name
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 19 Feb 2011 21:41:13 +0000 (23:41 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 19 Feb 2011 21:41:13 +0000 (23:41 +0200)
include/vlc_opengl.h

index 6270bd5ee9d33cfc78e05a7d33a7c3d422a635b0..cc99142aab709c914bf08c2d1874e2c568cec328 100644 (file)
@@ -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