Fred Kiefer wrote: > And before we can add any support for multiple screens (or monitors as > MS Windows calls this) to the GNUstep backend, we should support it in > the gui. Currently NSWindow does not even care which screen it is using. > We should think of a concept for the window screen interaction first, > before putting support for this in our backends.
Well I was thinking about this, that's why I asked the question. The front end change should be pretty simple. I've added: - (int) window: (NSRect)frame : (NSBackingStoreType)type : (unsigned int)style : (int)screen; to GSDisplayServer to tell the server which screen to put the window on ( not in CVS yet). There shouldn't need to be any other interface changes, although I have to do some serious work in the backend (particularly getting cursors to work on screens with different depths). -- Adam Fedor, Digital Optics Corp. | I'm glad I hate spinach, because http://www.doc.com | if I didn't, I'd eat it, and you | know how I hate the stuff. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
