summaryrefslogtreecommitdiff
path: root/gdk/gxid_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gxid_lib.h')
-rw-r--r--gdk/gxid_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk/gxid_lib.h b/gdk/gxid_lib.h
new file mode 100644
index 000000000..6a7103bbe
--- /dev/null
+++ b/gdk/gxid_lib.h
@@ -0,0 +1,6 @@
+#include "gxid_proto.h"
+
+int gxid_claim_device(char *host, int port,
+ GxidU32 device, GxidU32 window, int exclusive);
+int gxid_release_device(char *host, int port, GxidU32 device,
+ GxidU32 window);