mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 04:40:06 +01:00
include: fix indentation for lastSlave/master.
Yeah! Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b3412adca8
commit
8d6dd83a38
1 changed files with 2 additions and 2 deletions
|
|
@ -475,8 +475,8 @@ typedef struct _DeviceIntRec {
|
|||
DeviceUnwrapProc unwrapProc;
|
||||
SpriteInfoPtr spriteInfo;
|
||||
union {
|
||||
DeviceIntPtr master; /* master device */
|
||||
DeviceIntPtr lastSlave; /* last slave device used */
|
||||
DeviceIntPtr master; /* master device */
|
||||
DeviceIntPtr lastSlave; /* last slave device used */
|
||||
} u;
|
||||
|
||||
/* last valuator values recorded, not posted to client;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue