From 551398ae53cbabdea35a2fb09ec10a6b0b9b34cb Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 3 Mar 2016 17:29:20 -0800 Subject: [PATCH] GUAC-1389: remote_cursor flag should be a bool. --- src/protocols/vnc/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/vnc/settings.h b/src/protocols/vnc/settings.h index e69c5fea..da4f3d2f 100644 --- a/src/protocols/vnc/settings.h +++ b/src/protocols/vnc/settings.h @@ -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 /**