Re: [Mesa-dev] [PATCH] glxgears: Honor -fullscreen in initial reshape

2012-10-05 Thread Brian Paul
On 10/04/2012 05:30 PM, Aaron Plattner wrote: If glxgears is started on a bare X server without a window manager, it does not get a ConfigureNotify event. This means that the only time the viewport is initialized is in main, when it calls reshape(winWidth, winHeight). This does not take the siz

[Mesa-dev] [PATCH] glxgears: Honor -fullscreen in initial reshape

2012-10-04 Thread Aaron Plattner
If glxgears is started on a bare X server without a window manager, it does not get a ConfigureNotify event. This means that the only time the viewport is initialized is in main, when it calls reshape(winWidth, winHeight). This does not take the size mangling caused by -fullscreen into account, s