Mercurial > mplayer.hg
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;