]> git.sesse.net Git - vlc/blobdiff - include/vlc_osd.h
Show stats in interface (Refs:#473)
[vlc] / include / vlc_osd.h
index bf47c87f2f4ea2ebc371dd920215ae83c84152b2..27f00e1f46b80a5282e0337b6af1c813f2d84a3f 100644 (file)
@@ -2,13 +2,13 @@
  * vlc_osd.h - OSD menu definitions and function prototypes\r
  *****************************************************************************\r
  * Copyright (C) 2004-2005 M2X\r
- * $Id: vlc_osd.h 9451 2004-12-01 01:07:08Z jpsaman $\r
+ * $Id$\r
  *\r
  * Authors: Jean-Paul Saman <jpsaman #_at_# m2x dot nl>\r
  *\r
  * Added code from include/osd.h written by:\r
  * Copyright (C) 2003-2005 the VideoLAN team\r
- * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>\r
+ * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org>\r
  *\r
  * This program is free software; you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -22,7 +22,7 @@
  *\r
  * You should have received a copy of the GNU General Public License\r
  * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.\r
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.\r
  *****************************************************************************/\r
 \r
 /**\r
@@ -402,7 +402,7 @@ static inline void osd_SetMenuVisible( osd_menu_t *p_osd, vlc_bool_t b_value )
 static inline void osd_SetMenuUpdate( osd_menu_t *p_osd, vlc_bool_t b_value )\r
 {\r
     vlc_value_t val;\r
-    \r
+\r
     val.b_bool = p_osd->p_state->b_update = b_value;\r
     var_Set( p_osd, "osd-menu-update", val );\r
 } \r