Mercurial > mplayer.hg
annotate gui/mplayer/gtk/gtk_url.h @ 26955:201edd6f563c
Get rid of needless emphasis.
author | diego |
---|---|
date | Wed, 04 Jun 2008 12:38:45 +0000 |
parents | b0a7b35b78d2 |
children | 9e739bdb049c |
rev | line source |
---|---|
26458 | 1 /* |
2 * This file is part of MPlayer. | |
3 * | |
4 * MPlayer is free software; you can redistribute it and/or modify | |
5 * it under the terms of the GNU General Public License as published by | |
6 * the Free Software Foundation; either version 2 of the License, or | |
7 * (at your option) any later version. | |
8 * | |
9 * MPlayer is distributed in the hope that it will be useful, | |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 * GNU General Public License for more details. | |
13 * | |
14 * You should have received a copy of the GNU General Public License along | |
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., | |
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 */ | |
18 | |
26137
02a08fffb1dc
Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.
diego
parents:
26136
diff
changeset
|
19 #ifndef MPLAYER_GUI_GTK_URL_H |
02a08fffb1dc
Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.
diego
parents:
26136
diff
changeset
|
20 #define MPLAYER_GUI_GTK_URL_H |
23077 | 21 |
26136
a8eb9fd1ac21
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
22 #include <gtk/gtk.h> |
a8eb9fd1ac21
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
23 |
23077 | 24 extern GtkWidget * URL; |
25 extern int gtkVURLDialogBox; | |
26 | |
27 extern void ShowURLDialogBox( void ); | |
28 extern GtkWidget * create_URL( void ); | |
29 | |
26137
02a08fffb1dc
Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.
diego
parents:
26136
diff
changeset
|
30 #endif /* MPLAYER_GUI_GTK_URL_H */ |