mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 11:58:13 +02:00
XI2proto.h: fix two comments referring to the old naming scheme.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3aca2d6ba5
commit
f065f6c12a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue