summaryrefslogtreecommitdiffstats
path: root/xup/xup.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2011-11-12 16:40:08 -0800
committerJay Sorg <jay.sorg@gmail.com>2011-11-12 16:40:08 -0800
commit6e9405d418e27caa982c5ada70b440563add210b (patch)
treece69e43e65d5d728927d8fe75d873e1d9c696999 /xup/xup.h
parentb0ebf1c146042966bd5d75190e9dba2bd9593c28 (diff)
downloadxrdp-proprietary-6e9405d418e27caa982c5ada70b440563add210b.tar.gz
xrdp-proprietary-6e9405d418e27caa982c5ada70b440563add210b.zip
fix for alt-gr win7 control key
Diffstat (limited to 'xup/xup.h')
-rw-r--r--xup/xup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xup/xup.h b/xup/xup.h
index 47db7cad..5d6ee9c6 100644
--- a/xup/xup.h
+++ b/xup/xup.h
@@ -104,4 +104,5 @@ struct mod
char ip[256];
char port[256];
tbus sck_obj;
+ int shift_state;
};