mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-23 03:50:35 +01:00
Xi: change from XICreateMaster to XIAddMaster for consistency.
add/remove is used for slave devices and hierarchy flags. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0e66a443a0
commit
810b74dbbc
1 changed files with 2 additions and 2 deletions
|
|
@ -167,9 +167,9 @@ ProcXIChangeHierarchy(ClientPtr client)
|
|||
|
||||
switch(any->type)
|
||||
{
|
||||
case XICreateMaster:
|
||||
case XIAddMaster:
|
||||
{
|
||||
xXICreateMasterInfo* c = (xXICreateMasterInfo*)any;
|
||||
xXIAddMasterInfo* c = (xXIAddMasterInfo*)any;
|
||||
char* name;
|
||||
|
||||
SWAPIF(swaps(&c->name_len, n));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue