# HG changeset patch # User pontscho # Date 1044088972 0 # Node ID aa55f2f0b0571984e2c80a64d38fda1c6be3a09c # Parent 2bc37966cb23b5381dd87b5fa5e9bcd292af8637 commit Dominik Mierzejewski's patch diff -r 2bc37966cb23 -r aa55f2f0b057 Gui/bitmap.h --- 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; diff -r 2bc37966cb23 -r aa55f2f0b057 Gui/mplayer/gtk/fs.c --- 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; diff -r 2bc37966cb23 -r aa55f2f0b057 Gui/mplayer/play.c --- 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 #include "../wm/ws.h" +#include "../wm/wsxdnd.h" #include "../../config.h" #include "../../help_mp.h" #include "../../mplayer.h"