]> git.sesse.net Git - vlc/blobdiff - plugins/ggi/ggi.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / ggi / ggi.c
index 9705f12a7c718b5f44775207f0988ca3807810c5..1f7e45bdafb761276dfc32ee2dad686928579211 100644 (file)
@@ -2,7 +2,7 @@
  * ggi.c : GGI plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: ggi.c,v 1.22 2002/06/02 09:03:54 sam Exp $
+ * $Id: ggi.c,v 1.23 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -83,7 +83,7 @@ MODULE_DEACTIVATE_STOP
  * This structure is part of the video output thread descriptor.
  * It describes the GGI specific properties of an output thread.
  *****************************************************************************/
-struct vout_sys_s
+struct vout_sys_t
 {
     /* GGI system informations */
     ggi_visual_t        p_display;                         /* display device */