]> git.sesse.net Git - vlc/blobdiff - plugins/xosd/xosd.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / xosd / xosd.c
index ad1cd0381a420a2be32d37ba250cf4d1b633c3af..ee8242fac9de28cfe43881fd323a9c3a0bfced5e 100644 (file)
@@ -2,7 +2,7 @@
  * xosd.c : X On Screen Display interface
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: xosd.c,v 1.3 2002/06/08 02:50:26 lool Exp $
+ * $Id: xosd.c,v 1.4 2002/07/20 18:01:43 sam Exp $
  *
  * Authors: Loïc Minier <lool@videolan.org>
  *
@@ -38,7 +38,7 @@
 /*****************************************************************************
  * intf_sys_t: description and status of rc interface
  *****************************************************************************/
-struct intf_sys_s
+struct intf_sys_t
 {
     input_thread_t * p_input;   /* associated input thread */
     xosd * p_osd;               /* libxosd handle */