Re: [Freerdp-devel] UI libgdi Refactoring

2011-04-18 Thread Marc-André Moreau
On Mon, Apr 18, 2011 at 10:06 PM, Marc-André Moreau < marcandre.mor...@gmail.com> wrote: > Hi Vic, > > On Mon, Apr 18, 2011 at 9:38 PM, Vic Lee wrote: > >> Hi Marc, >> >> I am wondering, if libgdi is intended to be used by UIs outside of >> FreeRDP, for example, Remmina? If so, I think it's bette

Re: [Freerdp-devel] UI libgdi Refactoring

2011-04-18 Thread Marc-André Moreau
Hi Vic, On Mon, Apr 18, 2011 at 9:38 PM, Vic Lee wrote: > Hi Marc, > > I am wondering, if libgdi is intended to be used by UIs outside of > FreeRDP, for example, Remmina? If so, I think it's better to have its > headers installed and name it libfreerdpgdi? > Actually, there might be space for t

Re: [Freerdp-devel] UI libgdi Refactoring

2011-04-18 Thread Vic Lee
Hi Marc, I am wondering, if libgdi is intended to be used by UIs outside of FreeRDP, for example, Remmina? If so, I think it's better to have its headers installed and name it libfreerdpgdi? Vic On 04/19/2011 12:36 AM, Marc-André Moreau wrote: > I have made a pull request here for this first s

Re: [Freerdp-devel] UI libgdi Refactoring

2011-04-18 Thread Marc-André Moreau
I have made a pull request here for this first step in the refactoring: https://github.com/FreeRDP/FreeRDP/pull/10 Please comment On Sun, Apr 17, 2011 at 7:07 PM, Marc-André Moreau < marcandre.mor...@gmail.com> wrote: > Hi FreeRDP developers, > > I started refactoring the various UIs in an effor

[Freerdp-devel] UI libgdi Refactoring

2011-04-17 Thread Marc-André Moreau
Hi FreeRDP developers, I started refactoring the various UIs in an effort to reduce code duplication and increase code re-use: https://github.com/awakecoding/FreeRDP The first step that I am working on is improving gdi_color.c so that it is flexible enough to be used by all UIs for color conversi