Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'module/rdp.h')
-rw-r--r--module/rdp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/rdp.h b/module/rdp.h
index 125c7d9..66e1f20 100644
--- a/module/rdp.h
+++ b/module/rdp.h
@@ -288,6 +288,7 @@ struct _rdpRec
int do_dirty_ons; /* boolean */
int disconnect_scheduled; /* boolean */
int do_kill_disconnected; /* boolean */
+ int do_touchpad_scroll_hack; /* boolean */
OsTimerPtr disconnectTimer;
int disconnect_timeout_s;
@@ -296,6 +297,7 @@ struct _rdpRec
OsTimerPtr idleDisconnectTimer;
int idle_disconnect_timeout_s;
CARD32 last_event_time_ms;
+ CARD32 last_wheel_time_ms;
int conNumber;