GUAC-1389: remote_cursor flag should be a bool.
This commit is contained in:
parent
38f1e87334
commit
551398ae53
@ -100,7 +100,7 @@ typedef struct guac_vnc_settings {
|
||||
* Whether the cursor should be rendered on the server (remote) or on the
|
||||
* client (local).
|
||||
*/
|
||||
int remote_cursor;
|
||||
bool remote_cursor;
|
||||
|
||||
#ifdef ENABLE_PULSE
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user