changeset 32760:6b394b24f81c

Cosmetic: indent for a patch to come.
author ib
date Thu, 03 Feb 2011 14:26:58 +0000
parents 63844ef43932
children 3ceeb62a1125
files gui/app.h
diffstat 1 files changed, 16 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/gui/app.h	Thu Feb 03 14:19:19 2011 +0000
+++ b/gui/app.h	Thu Feb 03 14:26:58 2011 +0000
@@ -130,28 +130,28 @@
 // ---
 typedef struct
 {
- int        type;
+ int            type;
 // ---
- int        x,y;
- int        width,height;
+ int            x,y;
+ int            width,height;
 // ---
- int        px,py,psx,psy;
+ int            px,py,psx,psy;
 // ---
- int        msg,msg2;
- int        pressed,tmp;
- int        key,key2;
- int        phases;
- float      value;
- txSample   Bitmap;
- txSample   Mask;
+ int            msg,msg2;
+ int            pressed,tmp;
+ int            key,key2;
+ int            phases;
+ float          value;
+ txSample       Bitmap;
+ txSample       Mask;
 // ---
- int        fontid;
- int        align;
- char     * label;
+ int            fontid;
+ int            align;
+ char         * label;
 // ---
- int        event;
+ int            event;
 // ---
- int        R,G,B;
+ int            R,G,B;
 } wItem;
 
 typedef struct