From: Dan P. <ba...@al...> - 2005-11-27 00:41:43
|
On Nov 26, 2005, at 2:39 PM, Sam Steele wrote: > Ah, I forgot to include wrap_oal.dll. Speaking of Win32, it looks > like the window size isn't right -- there's a small bit of empty > space around the top / right of my genmenu. I'll look into this > more later -- Windows and I aren't speaking right now, I need a > break from its buggy drivers causing reboots :P Yeah, this is due to a bone-headed decision they made in the Win32 API (one of many :) that top-level window sizes would include the decorations. And of course the size of the decorations differs per OS and sometimes per theme. So I think we have to go in and query for all that crud and add it in somewhere. |