[haiku] Re: Full-screen and multi-monitor handling, related: I haven't used Haiku, but from what i have seen, this is my atempt to make Haiku R2 compitable to other OSs when released

  • From: "François Revol" <revol@xxxxxxx>
  • To: haiku@xxxxxxxxxxxxx
  • Date: Sat, 20 Dec 2008 08:33:28 +0100 CET

> > Total desktop size is 3840x2400. The list of illegal
> > rectangles is:
> >
> > 1) top=0, left=1920, width=1920, height=1200
> > 2) top=1200, left=1920, width=0, height=1200
> > 3) top=1200, left=3728, width=112, height=156

There's already BScreen::Frame() for this.
just return the frame rectangle for each BScreen ID separately.

Additionnally it should be possible to add a method to return the 
UsableFrame() of each BScreen, removing the Deskbar area or other 
stuff...

François.

Other related posts: