|
From: | Adam Fedor |
Subject: | Re: Strangeness in NSWindow |
Date: | Sun, 21 Apr 2002 20:20:07 -0600 |
User-agent: | Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.8) Gecko/20020310 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |