[Spice-devel] [vdagent-win PATCH v4 01/19] Use proper type for _clipboard_owner
Christophe de Dinechin
cdupontd at redhat.com
Tue Jul 3 13:16:24 UTC 2018
Acked-by: Christophe de Dinechin <dinechin at redhat.com>
> On 2 Jul 2018, at 09:43, Frediano Ziglio <fziglio at redhat.com> wrote:
>
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> vdagent/vdagent.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp
> index 1e8f27c..78c42d1 100644
> --- a/vdagent/vdagent.cpp
> +++ b/vdagent/vdagent.cpp
> @@ -129,7 +129,7 @@ private:
> PCLIPBOARD_OP _add_clipboard_listener;
> PCLIPBOARD_OP _remove_clipboard_listener;
> int _system_version;
> - int _clipboard_owner;
> + clipboard_owner_t _clipboard_owner;
> DWORD _clipboard_tick;
> VDAgentMouseState _new_mouse = {};
> VDAgentMouseState _last_mouse = {};
> --
> 2.17.1
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list