On Mar 16, 2004, at 2:30 PM, ben@ekran.org wrote:
hmm; jamie checked some bug-fixes in yesterday, but i guess they are *not* concerned with this. time i'll get back to a mac to see for myself.
...more to come! (at least I hope they're "bug-fixes" ;-) )...
I tried again today, all kinds of crap in GemWinCreateMac.cpp like:
// show and update main window
<<<<<<< GemWinCreateMac.cpp SetRect(&info.r, (short)hints.x_offset, (short)hints.y_offset, (short)(hints.width + hints.x_offset), =======
// this should put the title bar below the menu bar if (hints.y_offset < 50){ hints.y_offset+=50; } SetRect(&info.r, (short)hints.x_offset, (short)hints.y_offset, (short)(hints.width + hints.x_offset),
>> 1.14
(short)(hints.height + hints.y_offset));
hey ben, ...these are not in cvs, and I certainly didn't see them show up when I updated that file last nite: those marks come from you updating a file that has been modified locally: you may wish to just check out a fresh copy of GemWinCreateMac.cpp, if you don't want to keep the changes...
...just as a heads up, I am working on the window issues (ie. border message, create/delete) and keyboard character output...
l8r, jamie