changeset 9190:aa55f2f0b057

commit Dominik Mierzejewski's patch
author pontscho
date Sat, 01 Feb 2003 08:42:52 +0000
parents 2bc37966cb23
children 21920dfcc37c
files Gui/bitmap.h Gui/mplayer/gtk/fs.c Gui/mplayer/play.c
diffstat 3 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/bitmap.h	Sat Feb 01 08:37:20 2003 +0000
+++ b/Gui/bitmap.h	Sat Feb 01 08:42:52 2003 +0000
@@ -1,11 +1,10 @@
-
 #ifndef __MYSAMPLE
 #define __MYSAMPLE
 
 typedef struct _txSample
 {
- unsigned int  Width;
- unsigned int  Height;
+ unsigned long Width;
+ unsigned long Height;
  unsigned int  BPP;
  unsigned long ImageSize;
  char *        Image;
--- a/Gui/mplayer/gtk/fs.c	Sat Feb 01 08:37:20 2003 +0000
+++ b/Gui/mplayer/gtk/fs.c	Sat Feb 01 08:42:52 2003 +0000
@@ -221,6 +221,8 @@
  gtk_widget_show( list );
 }
 
+int fs_PersistantHistory( char *subject ); /* forward declaration */
+
 void ShowFileSelect( int type,int modal )
 {
  int i;
--- a/Gui/mplayer/play.c	Sat Feb 01 08:37:20 2003 +0000
+++ b/Gui/mplayer/play.c	Sat Feb 01 08:42:52 2003 +0000
@@ -8,6 +8,7 @@
 #include <signal.h>
 
 #include "../wm/ws.h"
+#include "../wm/wsxdnd.h"
 #include "../../config.h"
 #include "../../help_mp.h"
 #include "../../mplayer.h"