[MPlayer-cvslog] r23705 - in trunk/gui: app.h bitmap.h cfg.h interface.h mplayer/common.h mplayer/gmplayer.h mplayer/gtk/common.h mplayer/gtk/opts.h mplayer/gtk/url.h mplayer/widgets.h skin/cut.h skin/font.h skin/skin.h win32/dialogs.h win32/gui.h win32/playlist.h win32/skinload.h win32/wincfg.h wm/ws.h wm/wskeys.h wm/wsxdnd.h

diego subversion at mplayerhq.hu
Mon Jul 2 22:55:05 CEST 2007


Author: diego
Date: Mon Jul  2 22:55:05 2007
New Revision: 23705

Log:
Add consistent GUI prefix to multiple inclusion guards.


Modified:
   trunk/gui/app.h
   trunk/gui/bitmap.h
   trunk/gui/cfg.h
   trunk/gui/interface.h
   trunk/gui/mplayer/common.h
   trunk/gui/mplayer/gmplayer.h
   trunk/gui/mplayer/gtk/common.h
   trunk/gui/mplayer/gtk/opts.h
   trunk/gui/mplayer/gtk/url.h
   trunk/gui/mplayer/widgets.h
   trunk/gui/skin/cut.h
   trunk/gui/skin/font.h
   trunk/gui/skin/skin.h
   trunk/gui/win32/dialogs.h
   trunk/gui/win32/gui.h
   trunk/gui/win32/playlist.h
   trunk/gui/win32/skinload.h
   trunk/gui/win32/wincfg.h
   trunk/gui/wm/ws.h
   trunk/gui/wm/wskeys.h
   trunk/gui/wm/wsxdnd.h

Modified: trunk/gui/app.h
==============================================================================
--- trunk/gui/app.h	(original)
+++ trunk/gui/app.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef __APP_H
-#define __APP_H
+#ifndef __GUI_APP_H
+#define __GUI_APP_H
 
 #include "bitmap.h"
 #include "wm/ws.h"

Modified: trunk/gui/bitmap.h
==============================================================================
--- trunk/gui/bitmap.h	(original)
+++ trunk/gui/bitmap.h	Mon Jul  2 22:55:05 2007
@@ -1,5 +1,5 @@
-#ifndef __BITMAP_H
-#define __BITMAP_H
+#ifndef __GUI_BITMAP_H
+#define __GUI_BITMAP_H
 
 typedef struct _txSample
 {
@@ -13,4 +13,4 @@ typedef struct _txSample
 int bpRead( char * fname, txSample * bf );
 void Convert32to1( txSample * in,txSample * out,int adaptivlimit );
 
-#endif /* __BITMAP_H */
+#endif /* __GUI_BITMAP_H */

Modified: trunk/gui/cfg.h
==============================================================================
--- trunk/gui/cfg.h	(original)
+++ trunk/gui/cfg.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef __CFG_H
-#define __CFG_H
+#ifndef __GUI_CFG_H
+#define __GUI_CFG_H
 
 extern int gtkEnableAudioEqualizer;
 

Modified: trunk/gui/interface.h
==============================================================================
--- trunk/gui/interface.h	(original)
+++ trunk/gui/interface.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef _INTERFACE_H
-#define _INTERFACE_H
+#ifndef _GUI_INTERFACE_H
+#define _GUI_INTERFACE_H
 
 #include "../config.h"
 #include "mplayer/play.h"

Modified: trunk/gui/mplayer/common.h
==============================================================================
--- trunk/gui/mplayer/common.h	(original)
+++ trunk/gui/mplayer/common.h	Mon Jul  2 22:55:05 2007
@@ -1,5 +1,5 @@
-#ifndef __COMMON_H
-#define __COMMON_H
+#ifndef __GUI_COMMON_H
+#define __GUI_COMMON_H
 
 #include <stdlib.h>
 #include <stdio.h>

Modified: trunk/gui/mplayer/gmplayer.h
==============================================================================
--- trunk/gui/mplayer/gmplayer.h	(original)
+++ trunk/gui/mplayer/gmplayer.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef __GMPLAYER_H
-#define __GMPLAYER_H
+#ifndef __GUI_GMPLAYER_H
+#define __GUI_GMPLAYER_H
 
 extern int             mplSubRender;
 extern int             mplMainRender;

Modified: trunk/gui/mplayer/gtk/common.h
==============================================================================
--- trunk/gui/mplayer/gtk/common.h	(original)
+++ trunk/gui/mplayer/gtk/common.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef __COMMON_H
-#define __COMMON_H
+#ifndef __GUI_COMMON_H
+#define __GUI_COMMON_H
 
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>

Modified: trunk/gui/mplayer/gtk/opts.h
==============================================================================
--- trunk/gui/mplayer/gtk/opts.h	(original)
+++ trunk/gui/mplayer/gtk/opts.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef __OPTS_H
-#define __OPTS_H
+#ifndef __GUI_OPTS_H
+#define __GUI_OPTS_H
 
 #include <gtk/gtk.h>
 

Modified: trunk/gui/mplayer/gtk/url.h
==============================================================================
--- trunk/gui/mplayer/gtk/url.h	(original)
+++ trunk/gui/mplayer/gtk/url.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef _URL_H
-#define _URL_H
+#ifndef _GUI_URL_H
+#define _GUI_URL_H
 
 extern GtkWidget * URL;
 extern int         gtkVURLDialogBox;

Modified: trunk/gui/mplayer/widgets.h
==============================================================================
--- trunk/gui/mplayer/widgets.h	(original)
+++ trunk/gui/mplayer/widgets.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef __WIDGETS_H
-#define __WIDGETS_H
+#ifndef __GUI_WIDGETS_H
+#define __GUI_WIDGETS_H
 
 #include <stdio.h>
 #include <stdlib.h>

Modified: trunk/gui/skin/cut.h
==============================================================================
--- trunk/gui/skin/cut.h	(original)
+++ trunk/gui/skin/cut.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef _CUT_H
-#define _CUT_H
+#ifndef _GUI_CUT_H
+#define _GUI_CUT_H
 
 extern void  cutItem( char * in,char * out,char sep,int num );
 extern int   cutItemToInt( char * in,char sep,int num );

Modified: trunk/gui/skin/font.h
==============================================================================
--- trunk/gui/skin/font.h	(original)
+++ trunk/gui/skin/font.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef _FONT_H
-#define _FONT_H
+#ifndef _GUI_FONT_H
+#define _GUI_FONT_H
 
 #include "bitmap.h"
 #include "app.h"

Modified: trunk/gui/skin/skin.h
==============================================================================
--- trunk/gui/skin/skin.h	(original)
+++ trunk/gui/skin/skin.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef __SKIN_H
-#define __SKIN_H
+#ifndef __GUI_SKIN_H
+#define __GUI_SKIN_H
 
 #include "app.h"
 

Modified: trunk/gui/win32/dialogs.h
==============================================================================
--- trunk/gui/win32/dialogs.h	(original)
+++ trunk/gui/win32/dialogs.h	Mon Jul  2 22:55:05 2007
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _DIALOGS_H
-#define _DIALOGS_H
+#ifndef _GUI_DIALOGS_H
+#define _GUI_DIALOGS_H
 
 #define TBS_TOOLTIPS   0x0100
 #define WM_SYSTRAY     (WM_USER+1)

Modified: trunk/gui/win32/gui.h
==============================================================================
--- trunk/gui/win32/gui.h	(original)
+++ trunk/gui/win32/gui.h	Mon Jul  2 22:55:05 2007
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _GUI_H
-#define _GUI_H
+#ifndef _GUI_GUI_H
+#define _GUI_GUI_H
 #include "config.h"
 #include "mplayer.h"
 #include "playtree.h"

Modified: trunk/gui/win32/playlist.h
==============================================================================
--- trunk/gui/win32/playlist.h	(original)
+++ trunk/gui/win32/playlist.h	Mon Jul  2 22:55:05 2007
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _PLAYLIST_H
-#define _PLAYLIST_H
+#ifndef _GUI_PLAYLIST_H
+#define _GUI_PLAYLIST_H
 
 typedef struct
 {

Modified: trunk/gui/win32/skinload.h
==============================================================================
--- trunk/gui/win32/skinload.h	(original)
+++ trunk/gui/win32/skinload.h	Mon Jul  2 22:55:05 2007
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _SKINLOAD_H
-#define _SKINLOAD_H
+#ifndef _GUI_SKINLOAD_H
+#define _GUI_SKINLOAD_H
 
 typedef struct
 {

Modified: trunk/gui/win32/wincfg.h
==============================================================================
--- trunk/gui/win32/wincfg.h	(original)
+++ trunk/gui/win32/wincfg.h	Mon Jul  2 22:55:05 2007
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _WINCFG_H
-#define _WINCFG_H
+#ifndef _GUI_WINCFG_H
+#define _GUI_WINCFG_H
 
 extern char *skinName;
 extern int sub_window;

Modified: trunk/gui/wm/ws.h
==============================================================================
--- trunk/gui/wm/ws.h	(original)
+++ trunk/gui/wm/ws.h	Mon Jul  2 22:55:05 2007
@@ -4,8 +4,8 @@
 //   Writed by pontscho / fresh!mindworkz
 // ----------------------------------------------------------------------------------------------
 
-#ifndef __WS_H
-#define __WS_H
+#ifndef __GUI_WS_H
+#define __GUI_WS_H
 
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>

Modified: trunk/gui/wm/wskeys.h
==============================================================================
--- trunk/gui/wm/wskeys.h	(original)
+++ trunk/gui/wm/wskeys.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef _WSKEYS_H
-#define _WSKEYS_H
+#ifndef _GUI_WSKEYS_H
+#define _GUI_WSKEYS_H
 
 #define wsKeyNone -1
 

Modified: trunk/gui/wm/wsxdnd.h
==============================================================================
--- trunk/gui/wm/wsxdnd.h	(original)
+++ trunk/gui/wm/wsxdnd.h	Mon Jul  2 22:55:05 2007
@@ -1,6 +1,6 @@
 
-#ifndef _WSXDND_H
-#define _WSXDND_H
+#ifndef _GUI_WSXDND_H
+#define _GUI_WSXDND_H
 
 
 void wsXDNDInitialize(void);



More information about the MPlayer-cvslog mailing list