diff options
author | Arnon Gilboa <agilboa@redhat.com> | 2013-04-22 11:16:19 +0300 |
---|---|---|
committer | Arnon Gilboa <agilboa@redhat.com> | 2013-04-22 11:17:40 +0300 |
commit | 0074ebcfb17cc9e68b390e06690bf76f9aa55729 (patch) | |
tree | 273eab3b35cefb7fb65e457407df4b190753e670 /common | |
parent | dd9d1f41cace5e73bfd847ff8d0cfa303e141b1c (diff) |
Revert "vdagent: add vdagent_helper to support mouse when UAC dialog takes focus"
This reverts commit dd9d1f41cace5e73bfd847ff8d0cfa303e141b1c.
Diffstat (limited to 'common')
-rw-r--r-- | common/vdcommon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/vdcommon.h b/common/vdcommon.h index 5099fdc..177721c 100644 --- a/common/vdcommon.h +++ b/common/vdcommon.h @@ -34,7 +34,6 @@ typedef CRITICAL_SECTION mutex_t; #define VD_AGENT_REGISTRY_KEY "SOFTWARE\\Red Hat\\Spice\\vdagent\\" #define VD_AGENT_STOP_EVENT TEXT("Global\\vdagent_stop_event") -#define VD_AGENT_NAMED_PIPE TEXT("\\\\.\\pipe\\vdagent") #if defined __GNUC__ #define ALIGN_GCC __attribute__ ((packed)) |