summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-01 08:42:52 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-01 08:42:52 +0000
commitc3d9e714f86e24a1b4120d1d5a5c6afeb8e1aefb (patch)
tree2fb388deaf12d202aba85e20b7ea42d48560bbbb /Gui/bitmap.h
parent3358c64749db84713d72277130fb8a01d9e0a41a (diff)
downloadmpv-c3d9e714f86e24a1b4120d1d5a5c6afeb8e1aefb.tar.bz2
mpv-c3d9e714f86e24a1b4120d1d5a5c6afeb8e1aefb.tar.xz
commit Dominik Mierzejewski's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9191 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/bitmap.h')
-rw-r--r--Gui/bitmap.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Gui/bitmap.h b/Gui/bitmap.h
index 84f671037c..ce8bbaed3c 100644
--- a/Gui/bitmap.h
+++ b/Gui/bitmap.h
@@ -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;