comparison gui/bitmap.h @ 25607:9d0b189ce1b2

Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved for the system, names starting with _ are reserved at file level.
author diego
date Sun, 06 Jan 2008 23:20:15 +0000
parents 3f0d00abc073
children 4129c8cfa742
comparison
equal deleted inserted replaced
25606:a3f9b22287ca 25607:9d0b189ce1b2
1 #ifndef GUI_BITMAP_H 1 #ifndef GUI_BITMAP_H
2 #define GUI_BITMAP_H 2 #define GUI_BITMAP_H
3 3
4 typedef struct _txSample 4 typedef struct txSample
5 { 5 {
6 unsigned long Width; 6 unsigned long Width;
7 unsigned long Height; 7 unsigned long Height;
8 unsigned int BPP; 8 unsigned int BPP;
9 unsigned long ImageSize; 9 unsigned long ImageSize;