[WIP]: Clipboard integration.

This commit is contained in:
Virtually Nick 2022-06-20 18:05:14 -04:00
parent c75a1fe008
commit e9ca9e4002
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ void guac_spice_clipboard_selection_handler(SpiceMainChannel channel,
}
void guac_spice_clipboard_selection_grab_handler(SpiceMainChannel channel,
guint selection, gpointer types, guint ntypes, guint extra, guac_client* client) {
guint selection, guint32* types, guint ntypes, guint extra, guac_client* client) {
guac_client_log(client, GUAC_LOG_DEBUG, "Notifying client of clipboard grab"
" in the guest.");

View File

@ -109,7 +109,7 @@ void guac_spice_clipboard_selection_handler(SpiceMainChannel channel,
* The guac_client that was passed in when the callback was registered.
*/
void guac_spice_clipboard_selection_grab_handler(SpiceMainChannel channel,
guint selection, gpointer types, guint ntypes, guint other, guac_client* client);
guint selection, guint32* types, guint ntypes, guint other, guac_client* client);
/**
* A handler that will be called by the SPICE client when the SPICE server