summaryrefslogtreecommitdiff
path: root/hw/kdrive
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-09-24 11:43:01 -0700
committerKeith Packard <keithp@keithp.com>2012-09-24 11:43:01 -0700
commit4dd5989d15465f3f3480b521d4e36673972fa24a (patch)
tree663c1ce4a48c3936054c80f889510028cf0f7687 /hw/kdrive
parent0b02150c27e98f996e10d7489f9f67a30e4e3497 (diff)
parent506e3437c73e5ae935ff7c056d7808fbb0c7e614 (diff)
Merge remote-tracking branch 'ajax/server-1.14-abi-churn'
Diffstat (limited to 'hw/kdrive')
-rw-r--r--hw/kdrive/ephyr/ephyrdriext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/ephyr/ephyrdriext.c b/hw/kdrive/ephyr/ephyrdriext.c
index a42be07d5..1a98a2dff 100644
--- a/hw/kdrive/ephyr/ephyrdriext.c
+++ b/hw/kdrive/ephyr/ephyrdriext.c
@@ -561,7 +561,7 @@ ProcXF86DRIQueryDirectRenderingCapable(register ClientPtr client)
return BadValue;
}
- if (!LocalClient(client) || client->swapped)
+ if (!client->local || client->swapped)
isCapable = 0;
rep = (xXF86DRIQueryDirectRenderingCapableReply) {
@@ -1229,7 +1229,7 @@ ProcXF86DRIDispatch(register ClientPtr client)
}
}
- if (!LocalClient(client))
+ if (!client->local)
return DRIErrorBase + XF86DRIClientNotLocal;
switch (stuff->data) {