diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-24 23:01:05 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-24 23:01:05 +0300 |
commit | 9f9ac01a819ee96fb5be5d7d346c91f461bf3979 (patch) | |
tree | 90d3e5dfd7644a531228f380df9a0d6ea31a01a4 /include/inputstr.h | |
parent | 0cd6a3d8efb5cc1ce4f85ab95bcdf4fb66c7245d (diff) |
inputstr: fix indentation
Diffstat (limited to 'include/inputstr.h')
-rw-r--r-- | include/inputstr.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index 2c64e0d33..1df66da76 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -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; |