2011/7/6 Михайло Падалка
> Tue, 05 Jul 2011 13:18:54 +0200
> Mads Kiilerich писали:
>
> > Simon Guerrero wrote, On 07/05/2011 11:58 AM:
> > > Hi
> > >
> > > I've been looking at the connect/disconnect sequences within freerdp
> > > and trying to understand how the RDP session aligns with the Win
On Thu, May 19, 2011 at 5:25 AM, Marc-André Moreau <
marcandre.mor...@gmail.com> wrote:
> Hi FreeRDP developers,
>
> Since I was recently given a free pandaboard, I decided to start
> documenting FreeRDP usage with it:
> http://www.freerdp.com/wiki/doku.php?id=pandaboard
>
> So far I only installe
I am reading your code change. But i do have a question about libgdi. In my
case, I am using DFB in a ARM11 board. CPU is relative slow compare desktop
machine. But Samsung offer a graphics card which supports some 2D function
like BitBlt. Do you have any idea how we can support it in libgdi? We
de
*dstp = (*((sint8*)srcp) &
hdcDest->textColor) | (~(*((sint8*)srcp)) & *dstp);
dstp++;
srcp++;
}
On Tue, Apr 26, 2011 at 4:16 PM, Howard Su wrote:
> I am working on a port
I am working on a port on a thinclient which is based on ARM+DirectFB.
I am using 16bpp. One odd problem I noticed is the color for font is
strange. white color 0xff00 will be rendered as yellow 0x0000. I
would like to know if anyone has the idea what's the issue. But other color
in the re