From: Arnout E. <no...@bz...> - 2011-08-30 22:30:18
|
On Sat, Aug 06, 2011 at 01:49:34PM +0200, Arnout Engelen wrote: > b) Continue to put (one or multiple) WScreen's under the WRootWin. In this > case WRootWin should no longer be a WMPlex - and thus no longer a WScreen. > Instead, WRootWin would become a subclass of WGroup, and (also in the > non-Xinerama case) contain 1 WScreen. A WRootWin would continue to > correspond to an X Screen, and a WScreen would correspond to a physical > monitor. Hmm. This is tricky because WGroup expectes to be the child of a WWindow (either WRootWin or WFrame). We could either drop this expectation, or make WRootWin a subclass of WWindow rather than WGroup - just like WMPlex. I'm leaning towards the latter. Kind regards, Arnout |