aboutsummaryrefslogtreecommitdiff
path: root/mousetsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mousetsr.h')
-rw-r--r--mousetsr.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mousetsr.h b/mousetsr.h
index 68377ab..181e949 100644
--- a/mousetsr.h
+++ b/mousetsr.h
@@ -204,6 +204,11 @@ typedef struct tsrdata {
bool w386cursor : 1;
#endif
+#if USE_VMWARE
+ /** VMware is available. */
+ bool vmwavail : 1;
+#endif
+
#if USE_VIRTUALBOX
/** VirtualBox is available. */
bool vbavail : 1;
@@ -214,11 +219,6 @@ typedef struct tsrdata {
struct vboxcomm vb;
char vbbuf[VBOX_BUFFER_SIZE];
#endif
-
-#if USE_VMWARE
- /** VMware is available. */
- bool vmwavail;
-#endif
} TSRDATA;
typedef TSRDATA * PTSRDATA;