]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_common.h
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / gtk / gtk_common.h
index b27d9494eabca17097d6a1b69ec204133c017773..9205f4c8870a037fd9f55eb20af14ff7c8deb55f 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_common.h: private Gtk+ interface description
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: gtk_common.h,v 1.11 2002/07/11 19:28:13 sam Exp $
+ * $Id: gtk_common.h,v 1.12 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -33,7 +33,7 @@
 /*****************************************************************************
  * intf_sys_t: description and status of Gtk+ interface
  *****************************************************************************/
-struct intf_sys_s
+struct intf_sys_t
 {
     /* special actions */
     vlc_bool_t          b_playing;