summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap.h
diff options
context:
space:
mode:
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;