0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

commit Dominik Mierzejewski's patch

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9191 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2003-02-01 08:42:52 +00:00
parent 3358c64749
commit c3d9e714f8
3 changed files with 5 additions and 3 deletions

View File

@ -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;

View File

@ -221,6 +221,8 @@ void CheckDir( GtkWidget * list,char * directory )
gtk_widget_show( list );
}
int fs_PersistantHistory( char *subject ); /* forward declaration */
void ShowFileSelect( int type,int modal )
{
int i;

View File

@ -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"