diff 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
line wrap: on
line diff
--- a/gui/bitmap.h	Sun Jan 06 22:03:59 2008 +0000
+++ b/gui/bitmap.h	Sun Jan 06 23:20:15 2008 +0000
@@ -1,7 +1,7 @@
 #ifndef GUI_BITMAP_H
 #define GUI_BITMAP_H
 
-typedef struct _txSample
+typedef struct txSample
 {
  unsigned long Width;
  unsigned long Height;