inputstr: fix indentation
This commit is contained in:
parent
0cd6a3d8ef
commit
9f9ac01a81
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue