Initial revision
This commit is contained in:
6
gdk/gxid_lib.h
Normal file
6
gdk/gxid_lib.h
Normal 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);
|
||||
Reference in New Issue
Block a user