mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Added clipboard support.
This commit is contained in:
@@ -32,6 +32,7 @@ typedef struct guac_client {
|
||||
void (*handle_messages)(struct guac_client* client);
|
||||
void (*mouse_handler)(struct guac_client* client, int x, int y, int button_mask);
|
||||
void (*key_handler)(struct guac_client* client, int keysym, int pressed);
|
||||
void (*clipboard_handler)(struct guac_client* client, char* copied);
|
||||
void (*free_handler)(void* client);
|
||||
|
||||
} guac_client;
|
||||
|
Reference in New Issue
Block a user