diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-21 12:29:39 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-24 10:09:05 +1000 |
commit | 1b3859a49a3861517c9b34f6e8750f7ae0ff2b5d (patch) | |
tree | b451bd0b0456edd550f39f754e84e2ceb667ce00 /Xi/xisetdevfocus.h | |
parent | fe430d7d3b0a85fbea9e93171423688f76dc9e1e (diff) |
Xi: add swapping hook for XIGetFocus reply.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Xi/xisetdevfocus.h')
-rw-r--r-- | Xi/xisetdevfocus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xi/xisetdevfocus.h b/Xi/xisetdevfocus.h index 5ec1fa2cf..eb584eb76 100644 --- a/Xi/xisetdevfocus.h +++ b/Xi/xisetdevfocus.h @@ -32,4 +32,5 @@ int ProcXISetFocus(ClientPtr client); int SProcXIGetFocus(ClientPtr client); int ProcXIGetFocus(ClientPtr client); +void SRepXIGetFocus(ClientPtr client, int len, xXIGetFocusReply* rep); #endif /* XISETDEVFOCUS_H */ |