inputstr: fix indentation

This commit is contained in:
Daniel Stone 2006-10-24 23:01:05 +03:00 committed by Daniel Stone
parent 0cd6a3d8ef
commit 9f9ac01a81

View File

@ -96,12 +96,12 @@ typedef struct _OtherInputMasks {
modifier combinations, but only modifier combinations, but only
3 buttons. */ 3 buttons. */
typedef struct _DetailRec { /* Grab details may be bit masks */ typedef struct _DetailRec { /* Grab details may be bit masks */
unsigned short exact; unsigned short exact;
Mask *pMask; Mask *pMask;
} DetailRec; } DetailRec;
typedef struct _GrabRec { typedef struct _GrabRec {
GrabPtr next; /* for chain of passive grabs */ GrabPtr next; /* for chain of passive grabs */
XID resource; XID resource;
DeviceIntPtr device; DeviceIntPtr device;