GUAC-1389: remote_cursor flag should be a bool.

This commit is contained in:
Michael Jumper 2016-03-03 17:29:20 -08:00
parent 38f1e87334
commit 551398ae53

View File

@ -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
/**