Go to file
Victor Toso 3bddbd19fd vdagent: rework on event_dispatcher
As _stop_event is not mandatory, we are initializing the events array
with something that might be NULL. The problem is with the following
patch as I'm introducing a new non mandatory event and logic starts to
get a bit hard to follow.

So this patch makes explicit if we are setting or receiving a
_stop_event or not and uses an auxiliary enum and array 'actions' to
work around this non mandatory events and the return value of
MsgWaitForMultipleObjectsEx()

Signed-off-by: Victor Toso <victortoso@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
2016-08-13 17:47:49 +02:00
build-aux build-sys: Use git-version-gen 2012-10-31 10:11:47 +01:00
common Use enumeration for supported_system_version return type 2016-08-10 11:13:39 +01:00
spice-protocol@666b5c5780 Check for set-monitors-position capability from client. 2015-08-06 12:01:45 +02:00
tests clipboard tester 2010-08-23 19:43:39 +03:00
vdagent vdagent: rework on event_dispatcher 2016-08-13 17:47:49 +02:00
vdservice Use proper delete for _events member 2016-08-12 15:35:47 +01:00
.gitmodules Use spice-protocol submodule 2012-05-24 13:55:31 +02:00
autogen.sh build-sys: Fix autogen.sh permissions 2012-10-01 19:20:22 +02:00
configure.ac Learn to build spice-vdagent MSI installer 2014-06-19 15:27:31 +02:00
git.mk mingw: add autotools build system 2012-03-01 12:59:05 +01:00
Makefile.am build-sys: Ship mingw-spice-vdagent.spec in tarballs 2015-04-20 13:50:01 +02:00
mingw-spice-vdagent.spec.in spec: Automatically substitute version 2013-02-15 20:06:32 +01:00
NEWS Update NEWS for 0.7.3 release 2015-03-26 16:38:30 +02:00
spice-vdagent.wxs.in Learn to build spice-vdagent MSI installer 2014-06-19 15:27:31 +02:00
vdagent.sln Revert "vdagent: add vdagent_helper to support mouse when UAC dialog takes focus" 2013-04-22 11:17:40 +03:00