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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rdp/rdp_plugin.h')
-rw-r--r--plugins/rdp/rdp_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/rdp/rdp_plugin.h b/plugins/rdp/rdp_plugin.h
index 19b0a609c..9dfa56d87 100644
--- a/plugins/rdp/rdp_plugin.h
+++ b/plugins/rdp/rdp_plugin.h
@@ -380,6 +380,8 @@ struct rf_context {
GAsyncQueue * event_queue;
gint event_pipe[2];
HANDLE event_handle;
+ UINT16 last_x;
+ UINT16 last_y;
rfClipboard clipboard;