[MPlayer-cvslog] r26168 - in trunk/gui: mplayer/gtk/url.h win32/playlist.h wm/wsxdnd.h
diego
subversion at mplayerhq.hu
Wed Mar 5 08:53:14 CET 2008
Author: diego
Date: Wed Mar 5 08:53:14 2008
New Revision: 26168
Log:
Add missing header #includes to fix 'make checkheaders'.
Modified:
trunk/gui/mplayer/gtk/url.h
trunk/gui/win32/playlist.h
trunk/gui/wm/wsxdnd.h
Modified: trunk/gui/mplayer/gtk/url.h
==============================================================================
--- trunk/gui/mplayer/gtk/url.h (original)
+++ trunk/gui/mplayer/gtk/url.h Wed Mar 5 08:53:14 2008
@@ -1,6 +1,8 @@
#ifndef MPLAYER_GUI_URL_H
#define MPLAYER_GUI_URL_H
+#include <gtk/gtk.h>
+
extern GtkWidget * URL;
extern int gtkVURLDialogBox;
Modified: trunk/gui/win32/playlist.h
==============================================================================
--- trunk/gui/win32/playlist.h (original)
+++ trunk/gui/win32/playlist.h Wed Mar 5 08:53:14 2008
@@ -24,6 +24,8 @@
#ifndef MPLAYER_GUI_PLAYLIST_H
#define MPLAYER_GUI_PLAYLIST_H
+#include <windows.h>
+
typedef struct
{
char *filename;
Modified: trunk/gui/wm/wsxdnd.h
==============================================================================
--- trunk/gui/wm/wsxdnd.h (original)
+++ trunk/gui/wm/wsxdnd.h Wed Mar 5 08:53:14 2008
@@ -1,6 +1,7 @@
#ifndef MPLAYER_GUI_WSXDND_H
#define MPLAYER_GUI_WSXDND_H
+#include "ws.h"
void wsXDNDInitialize(void);
Bool wsXDNDProcessSelection(wsTWindow* wnd,XEvent *event);
More information about the MPlayer-cvslog
mailing list