# HG changeset patch # User ib # Date 1296743218 0 # Node ID 6b394b24f81cc1aa9712f6b5002b6bfcd8c1ce16 # Parent 63844ef43932a22e2c3d525d9432d6b40f2693a9 Cosmetic: indent for a patch to come. diff -r 63844ef43932 -r 6b394b24f81c gui/app.h --- 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