mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
Added Mouse Cursor Capture support to X11/KVM
This commit is contained in:
@@ -40,7 +40,7 @@ limitations under the License.
|
||||
|
||||
typedef ILibTransport_DoneState(*ILibKVM_WriteHandler)(char *buffer, int bufferLen, void *reserved);
|
||||
|
||||
void kvm_set_x11_locations(char *libx11, char *libx11tst, char *libx11ext);
|
||||
void kvm_set_x11_locations(char *libx11, char *libx11tst, char *libx11ext, char *libxfixes);
|
||||
int kvm_relay_feeddata(char* buf, int len);
|
||||
void kvm_pause(int pause);
|
||||
void* kvm_relay_setup(void *processPipeMgr, ILibKVM_WriteHandler writeHandler, void *reserved, int uid, char *authToken, char *dispid);
|
||||
|
||||
Reference in New Issue
Block a user