On Fri, Oct 7, 2011 at 9:09 PM, Marc-André Moreau <marcandre.mor...@gmail.com> wrote: > > > On Thu, Oct 6, 2011 at 12:56 PM, Marc-André Moreau > <marcandre.mor...@gmail.com> wrote: >> >> >> On Thu, Oct 6, 2011 at 12:52 PM, Christian Nilsson <nik...@gmail.com> >> wrote: >>> >>> Is it just for me that -D has stopped working? or did it never work in >>> 1.0 and it's just my imagination that it did? >> >> It's probably not your imagination, because I did implement -D myself >> I guess it's broken now, will need to take a look at it > > I just fixed it > I don't recall doing that myself, so I guess someone else decided to move > some of the code to create the main desktop window in xf_create_window, and > used logic based solely on the fullscreen option to determine if window > decorations should be disabled. I changed the code to disable decorations > only if the fullscreen option is on, instead of enabling them all the time > if fullscreen is not on. >>> nice, works as it should now. Thanks!
I noticed this part of the changes + if (xfi->fullscreen) + { + width = xfi->fullscreen ? WidthOfScreen(xfi->screen) : xfi->width; + height = xfi->fullscreen ? HeightOfScreen(xfi->screen) : xfi->height; + } to me it looks like double logic? >>> /Christian >>> >>> >>> ------------------------------------------------------------------------------ >>> All the data continuously generated in your IT infrastructure contains a >>> definitive record of customers, application performance, security >>> threats, fraudulent activity and more. Splunk takes this data and makes >>> sense of it. Business sense. IT sense. Common sense. >>> http://p.sf.net/sfu/splunk-d2dcopy1 >>> _______________________________________________ >>> Freerdp-devel mailing list >>> Freerdp-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/freerdp-devel >> > > ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Freerdp-devel mailing list Freerdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel