[MPlayer-cvslog] r32847 - trunk/gui/app.h
ib
subversion at mplayerhq.hu
Thu Feb 3 15:26:58 CET 2011
Author: ib
Date: Thu Feb 3 15:26:58 2011
New Revision: 32847
Log:
Cosmetic: indent for a patch to come.
Modified:
trunk/gui/app.h
Modified: trunk/gui/app.h
==============================================================================
--- trunk/gui/app.h Thu Feb 3 15:19:19 2011 (r32846)
+++ trunk/gui/app.h Thu Feb 3 15:26:58 2011 (r32847)
@@ -130,28 +130,28 @@ typedef struct
// ---
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
More information about the MPlayer-cvslog
mailing list