Re: [Freerdp-devel] register corruption in xfreerdp.c cpuid()

2012-02-20 Thread Andriy Gapon
Just checking what's the status of this issue... on 10/02/2012 00:01 Andriy Gapon said the following: > on 09/02/2012 23:55 Mike Gilbert said the following: >> On Thu, Feb 9, 2012 at 10:44 AM, Andriy Gapon wrote: >>> on 09/02/2012 17:07 Marc-André Moreau said the following: Could we have a

Re: [Freerdp-devel] Which function draw the changed window border

2012-02-20 Thread ic_yang
In xf_gdi_surface_bits(...) if (surface_bits_command->codecID == CODEC_ID_REMOTEFX) {...} else if (surface_bits_command->codecID == CODEC_ID_NSCODEC) {... } else if (surface_bits_command->codecID == CODEC_ID_NONE) {...} The update icons borders and Text are sometimes drawing in CODEC_I

Re: [Freerdp-devel] small patch for build correctness

2012-02-20 Thread Andriy Gapon
on 06/02/2012 19:54 Andriy Gapon said the following: > > I think that the following patch is needed for build correctness in > libfreerdp-kbd. Without this patch the X11 headers either will not be in the > include paths or will be there by chance. This patch is required on FreeBSD. > > --- libf

Re: [Freerdp-devel] small patch for build correctness

2012-02-20 Thread Andriy Gapon
on 20/02/2012 12:02 Andriy Gapon said the following: > As demonstrated here: > https://redports.org/browser/avg/net/freerdp/files/patch-channels_drdynvc_tsmf_pulse_CMakeLists.txt > some target_link_libraries() statements neglect to provide a path to > dependency > libraries. I think that it is be