On Mon, Oct 24, 2016 at 01:50:50PM +0200, David Feugey wrote: > Hi all. > > Several questions. > > Do you know what stretchmode is in rpc.cfg?
Yes, an old alternative way of blitting graphics data to the screen. It is now the default, and this option can be ignored. > Is there a way to hide the maximize button? Nope > A way to inform RISC OS of the current size of the window would be > fantastic, but I suppose CallWin32 is not (and will not be) available. A way for RISC OS to know the dimensions of the host (windows/linux) windows including furniture? Taking into account double-sizing modes? I'm not really seeing a usecase here, perhaps you can explain why you want it? RISC OS itself has APIs for knowing the size of the RISC OS desktop. > I still have problems with fullscreen mode under windows (crash). Is there > a way to remove the option? Edit the code and recompile :) In general though the crash on fullscreen is being particulaly annoying to track down, it seemd to only affect certain video card manufacturers on specific configurations, it may be an allegro bug or an odd race condition. We have a very long term solution for it, stay tuned in about 2 years for an update ;) > Nota: the bug when you change modes is still here (undefined instruction > when launching new applications after a mode change). Temp workaround, try configuring 0mb VRAM, there's a fixed bug related to code (rather than video data) being in the extended 2->8MB VRAM setting. Peter -- Peter Howkins [email protected] _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
