From f065f6c12aa5c2e79f1af38908e86d20a2efdc86 Mon Sep 17 00:00:00 2001 From: Benjamin Close Date: Tue, 19 May 2009 11:27:03 +1000 Subject: [PATCH] XI2proto.h: fix two comments referring to the old naming scheme. Signed-off-by: Peter Hutterer --- XI2proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XI2proto.h b/XI2proto.h index e01f645..8ca8f8b 100644 --- a/XI2proto.h +++ b/XI2proto.h @@ -428,7 +428,7 @@ typedef struct { * Name of new master follows struct (4-byte padded) */ typedef struct { - uint16_t type; /**< Always ::XICreateMasterDevice */ + uint16_t type; /**< Always ::XICreateMaster */ uint16_t length; /**< 2 + (namelen + padding)/4 */ uint16_t name_len; uint8_t send_core; @@ -440,7 +440,7 @@ typedef struct { * with the given master device. */ typedef struct { - uint16_t type; /**< Always ::XIRemoveMasterDevice */ + uint16_t type; /**< Always ::XIRemoveMaster */ uint16_t length; /**< 3 */ uint16_t deviceid; uint8_t return_mode; /**< ::XIAttachToMaster, ::XIFloating */