Chinamming / nebula3

Automatically exported from code.google.com/p/nebula3
1 stars 0 forks source link

Window style is wrong for window mode #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

DisplayMode
D3D9DisplayDevice::ComputeAdjustedWindowRect()
{
...
            AdjustWindowRect(&r, this->windowedStyle, 0);
...
}
and the position of the DisplayMode may be negative

Original issue reported on code.google.com by xoyoj...@gmail.com on 3 Aug 2009 at 1:11