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

@ -93,15 +93,15 @@ typedef struct _OtherInputMasks {
*/
#define MasksPerDetailMask 8 /* 256 keycodes and 256 possible
modifier combinations, but only
3 buttons. */
modifier combinations, but only
3 buttons. */
typedef struct _DetailRec { /* Grab details may be bit masks */
unsigned short exact;
Mask *pMask;
} DetailRec;
typedef struct _DetailRec { /* Grab details may be bit masks */
unsigned short exact;
Mask *pMask;
} DetailRec;
typedef struct _GrabRec {
typedef struct _GrabRec {
GrabPtr next; /* for chain of passive grabs */
XID resource;
DeviceIntPtr device;