summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r--vnc/vnc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnc/vnc.h b/vnc/vnc.h
index c45ee7be..eb4cf6f1 100644
--- a/vnc/vnc.h
+++ b/vnc/vnc.h
@@ -71,4 +71,5 @@ struct vnc
char ip[256];
char port[256];
int sck_closed;
+ int shift_state; /* 0 up, 1 down */
};