<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Mar 23, 2014 at 12:04 PM, Peter De Wachter <span dir="ltr">&lt;<a href="mailto:pdewacht@gmail.com" target="_blank">pdewacht@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="">Good idea. But simply forcing the window full screen will screw up the<br>
</div>
aspect ratio on widescreen displays, so I implemented it in a different<br>
way (sadly quite a bit more complicated).<br></blockquote><div><br></div><div>This is certainly not my forte, and I just cheated:</div><div><br></div><div>  SDL_Window *window = SDL_CreateWindow(&quot;Project Oberon&quot;,</div>
<div>                                        SDL_WINDOWPOS_UNDEFINED,</div><div>                                        SDL_WINDOWPOS_UNDEFINED,</div><div>                                        SCREEN_WIDTH, SCREEN_HEIGHT,</div>
<div>                                        SDL_WINDOW_FULLSCREEN);</div><div><br></div><div>...so the window is still 1024x768, but full screen. I tried making the screen width and height match my native resolution but the resulting binary crashed, and it&#39;s not a deal breaker for me.</div>
<div><br></div><div>Right now, I&#39;m much more intrigued by the networking implementation, and what it might look like to bridge this with maybe an A2 server that could bridge this style of networking with an IP stack. I could see having a server that does HTML parsing and hands off the content to a workstation, without having the resulting complexity client-side.</div>
<div><br></div><div>-Jack </div></div></div></div>