mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
7 lines
209 B
C
7 lines
209 B
C
#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);
|