summaryrefslogtreecommitdiffstats
path: root/gui/mplayer
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
commitfba0b66ff9164bb0e386e47e6051d4ab29997fb5 (patch)
treee28a0e81b672caa7b78825d89c06f7b7940b23e7 /gui/mplayer
parentb8ab5e3f3626dc7f46f0392ccd537f538ac81fd1 (diff)
downloadmpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.bz2
mpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.xz
Add explanatory comments to the #endif part of multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer')
-rw-r--r--gui/mplayer/common.h2
-rw-r--r--gui/mplayer/gmplayer.h2
-rw-r--r--gui/mplayer/gtk/about.h2
-rw-r--r--gui/mplayer/gtk/common.h2
-rw-r--r--gui/mplayer/gtk/eq.h2
-rw-r--r--gui/mplayer/gtk/fs.h2
-rw-r--r--gui/mplayer/gtk/mb.h2
-rw-r--r--gui/mplayer/gtk/menu.h2
-rw-r--r--gui/mplayer/gtk/opts.h2
-rw-r--r--gui/mplayer/gtk/pl.h2
-rw-r--r--gui/mplayer/gtk/sb.h2
-rw-r--r--gui/mplayer/gtk/url.h2
-rw-r--r--gui/mplayer/play.h2
-rw-r--r--gui/mplayer/widgets.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/gui/mplayer/common.h b/gui/mplayer/common.h
index 0f015805f0..661ead64c3 100644
--- a/gui/mplayer/common.h
+++ b/gui/mplayer/common.h
@@ -18,4 +18,4 @@ extern void PutImage( txSample * bf,int x,int y,int max,int ofs );
extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac );
extern void Render( wsTWindow * window,wItem * Items,int nrItems,char * db,int size );
-#endif
+#endif /* GUI_COMMON_H */
diff --git a/gui/mplayer/gmplayer.h b/gui/mplayer/gmplayer.h
index 367aa474c1..e0d9c9b6a0 100644
--- a/gui/mplayer/gmplayer.h
+++ b/gui/mplayer/gmplayer.h
@@ -31,4 +31,4 @@ extern void mplMenuMouseHandle( int X,int Y,int RX,int RY );
extern void mplPBInit( void );
extern void mplPBShow( int x, int y );
-#endif
+#endif /* GUI_GMPLAYER_H */
diff --git a/gui/mplayer/gtk/about.h b/gui/mplayer/gtk/about.h
index 0fc2495a7c..9b8337c53e 100644
--- a/gui/mplayer/gtk/about.h
+++ b/gui/mplayer/gtk/about.h
@@ -9,4 +9,4 @@ extern GtkWidget * About;
extern GtkWidget * create_About( void );
extern void ShowAboutBox( void );
-#endif
+#endif /* GUI_ABOUT_H */
diff --git a/gui/mplayer/gtk/common.h b/gui/mplayer/gtk/common.h
index d8df6234cb..f96b9d2bb5 100644
--- a/gui/mplayer/gtk/common.h
+++ b/gui/mplayer/gtk/common.h
@@ -21,4 +21,4 @@ extern GtkWidget * AddVScaler( GtkAdjustment * adj,GtkWidget * parent,int digit
extern GtkWidget * AddComboBox( GtkWidget * parent );
extern void WidgetDestroy( GtkWidget * widget,GtkWidget ** widget_pointer );
-#endif
+#endif /* GUI_COMMON_H */
diff --git a/gui/mplayer/gtk/eq.h b/gui/mplayer/gtk/eq.h
index 599cd3a3a0..093bce8092 100644
--- a/gui/mplayer/gtk/eq.h
+++ b/gui/mplayer/gtk/eq.h
@@ -9,4 +9,4 @@ extern GtkWidget * Equalizer;
extern GtkWidget * create_Equalizer( void );
extern void ShowEqualizer( void );
-#endif
+#endif /* GUI_EQ_H */
diff --git a/gui/mplayer/gtk/fs.h b/gui/mplayer/gtk/fs.h
index 078a52e44b..31e9a54d5d 100644
--- a/gui/mplayer/gtk/fs.h
+++ b/gui/mplayer/gtk/fs.h
@@ -18,4 +18,4 @@ extern void ShowFileSelect( int type, int modal );
extern GtkWidget * create_FileSelect( void );
-#endif
+#endif /* GUI_FS_H */
diff --git a/gui/mplayer/gtk/mb.h b/gui/mplayer/gtk/mb.h
index 2bd7cd97e0..f77dfb35ae 100644
--- a/gui/mplayer/gtk/mb.h
+++ b/gui/mplayer/gtk/mb.h
@@ -9,4 +9,4 @@ extern GtkWidget * MessageBox;
extern GtkWidget * create_MessageBox( int type );
extern void ShowMessageBox( const char * msg );
-#endif
+#endif /* GUI_MB_H */
diff --git a/gui/mplayer/gtk/menu.h b/gui/mplayer/gtk/menu.h
index b81cdd2df8..8e272ba0df 100644
--- a/gui/mplayer/gtk/menu.h
+++ b/gui/mplayer/gtk/menu.h
@@ -10,4 +10,4 @@ extern GtkWidget * AddSubMenu( GtkWidget *window1, const char * immagine_xpm, Gt
extern GtkWidget * AddSeparator( GtkWidget * Menu );
extern GtkWidget * create_PopUpMenu( void );
-#endif
+#endif /* GUI_MENU_H */
diff --git a/gui/mplayer/gtk/opts.h b/gui/mplayer/gtk/opts.h
index 3ef572e2c8..93ace3af3f 100644
--- a/gui/mplayer/gtk/opts.h
+++ b/gui/mplayer/gtk/opts.h
@@ -13,4 +13,4 @@ extern GtkWidget * create_AudioConfig( void );
extern void ShowPreferences( void );
-#endif
+#endif /* GUI_OPTS_H */
diff --git a/gui/mplayer/gtk/pl.h b/gui/mplayer/gtk/pl.h
index 5e80983ad1..5d6780c0b8 100644
--- a/gui/mplayer/gtk/pl.h
+++ b/gui/mplayer/gtk/pl.h
@@ -9,4 +9,4 @@ extern void HidePlayList( void );
extern GtkWidget * create_PlayList (void);
-#endif
+#endif /* GUI_PL_H */
diff --git a/gui/mplayer/gtk/sb.h b/gui/mplayer/gtk/sb.h
index 13286c103a..a1a7e3775d 100644
--- a/gui/mplayer/gtk/sb.h
+++ b/gui/mplayer/gtk/sb.h
@@ -9,4 +9,4 @@ extern GtkWidget * SkinBrowser;
extern void ShowSkinBrowser( void );
extern GtkWidget * create_SkinBrowser( void );
-#endif
+#endif /* GUI_SB_H */
diff --git a/gui/mplayer/gtk/url.h b/gui/mplayer/gtk/url.h
index 4746cdc484..93d37a20db 100644
--- a/gui/mplayer/gtk/url.h
+++ b/gui/mplayer/gtk/url.h
@@ -8,4 +8,4 @@ extern int gtkVURLDialogBox;
extern void ShowURLDialogBox( void );
extern GtkWidget * create_URL( void );
-#endif
+#endif /* GUI_URL_H */
diff --git a/gui/mplayer/play.h b/gui/mplayer/play.h
index 4cb158021f..2e545bc3e3 100644
--- a/gui/mplayer/play.h
+++ b/gui/mplayer/play.h
@@ -31,4 +31,4 @@ extern void EventHandling( void );
extern void mplSetFileName( char * dir,char * name,int type );
-#endif
+#endif /* GUI_PLAY_H */
diff --git a/gui/mplayer/widgets.h b/gui/mplayer/widgets.h
index dfa7bd5048..255737c74f 100644
--- a/gui/mplayer/widgets.h
+++ b/gui/mplayer/widgets.h
@@ -60,4 +60,4 @@ extern void gtkMessageBox( int type,const gchar * str );
extern void gtkSetLayer( GtkWidget * wdg );
extern void gtkActive( GtkWidget * wdg );
-#endif
+#endif /* GUI_WIDGETS_H */