gtk2/gdk/gxid_lib.h

7 lines
209 B
C
Raw Normal View History

1997-11-24 22:37:52 +00:00
#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);