inputstr: fix indentation
This commit is contained in:
parent
0cd6a3d8ef
commit
9f9ac01a81
|
@ -96,12 +96,12 @@ typedef struct _OtherInputMasks {
|
|||
modifier combinations, but only
|
||||
3 buttons. */
|
||||
|
||||
typedef struct _DetailRec { /* Grab details may be bit masks */
|
||||
typedef struct _DetailRec { /* Grab details may be bit masks */
|
||||
unsigned short exact;
|
||||
Mask *pMask;
|
||||
} DetailRec;
|
||||
} DetailRec;
|
||||
|
||||
typedef struct _GrabRec {
|
||||
typedef struct _GrabRec {
|
||||
GrabPtr next; /* for chain of passive grabs */
|
||||
XID resource;
|
||||
DeviceIntPtr device;
|
||||
|
|
Loading…
Reference in New Issue