Hi Arnon,
On Sun, Jul 24, 2011 at 01:48:18PM +0300, Arnon Gilboa wrote:
> ---
> vdagent/desktop_layout.cpp | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/vdagent/desktop_layout.cpp b/vdagent/desktop_layout.cpp
> index 9bd1852..0eada52 100644
> --- a/vdagent/desktop_layout.cpp
> +++ b/vdagent/desktop_layout.cpp
> @@ -67,7 +67,7 @@ void DesktopLayout::get_displays()
> }
> size_t size = _displays.size();
> if (!wcsstr(dev_info.DeviceString, L"QXL")) {
> - display_id = size;
> + display_id = (DWORD)size;If you haven't pushed yet, can you add one line in the commit log explaining why you do it? Ie if it's fixing a bug (something getting truncated/badly converted/... without the cast), or if it's fixing a compiler warning, or if you're doing the change for another reason. Thanks, Christophe
pgpOJ588idtuC.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
