Sorry to reply only to one of your multiple issues. Stefan Bidigaray wrote: > 1) Art backend doesn't work with 16 bit depth. All I get are white > (blank) windows, controls still work using keyboard short cuts (tested > with Ink.app and hitting <ctrl>-n to create a new document). Switching > to 24 bit depth fixes the issue. I thought I read something about this > a few weeks back, but now I can't find anything relating to this issue.
You should get an error message from art that tells you what is wrong. Most likely the specific masks used by your 16 bit resolutions aren't supported in art. You could report back the warning message just to make sure. To resolve this you could either implement support for this specific colour mode into blit.m and blit-main.m in art or just switch to the cairo backend (Which has other limitations). _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
