]> git.sesse.net Git - vlc/blobdiff - plugins/fb/fb.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / fb / fb.c
index 45a512481f663fb2848b6afb6df7abfbb4f6d085..59573acc0cde1e42a66ad16c5fa4c55aae7699d0 100644 (file)
@@ -2,7 +2,7 @@
  * fb.c : framebuffer plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: fb.c,v 1.19 2002/06/01 12:31:59 sam Exp $
+ * $Id: fb.c,v 1.20 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *      
@@ -89,7 +89,7 @@ MODULE_DEACTIVATE_STOP
  * This structure is part of the video output thread descriptor.
  * It describes the FB specific properties of an output thread.
  *****************************************************************************/
-struct vout_sys_s
+struct vout_sys_t
 {
     /* System informations */
     int                 i_tty;                          /* tty device handle */