summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorColin Hill <colin.james.hill@gmail.com>2011-02-16 13:46:23 -0800
committerColin Hill <colin.james.hill@gmail.com>2011-02-16 13:46:23 -0800
commit2c3764b4901931282e323c42d6fae3cc85e9e030 (patch)
tree93b106ed95503f8cfe38b09cf4fa0578c23e3929 /src/client.h
parente521297bf8d13617deaab1bf5c6e4b4ac5d6d222 (diff)
Made device pointer shared between input and xlibclient.c
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 25e066a..a32c61a 100644
--- a/src/client.h
+++ b/src/client.h
@@ -58,3 +58,5 @@ void NestedClientTimerCallback(NestedClientPrivatePtr pPriv);
void NestedClientCloseScreen(NestedClientPrivatePtr pPriv);
+void NestedClientSetDevicePtr(NestedClientPrivatePtr pPriv, void* dev);
+