Initial revision

This commit is contained in:
Elliot Lee
1997-11-24 22:37:52 +00:00
commit 9508b76bd2
322 changed files with 132552 additions and 0 deletions

6
gdk/gxid_lib.h Normal file
View File

@ -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);