thedmd / pixeltoaster

PixelToaster is a framebuffer library for C++
45 stars 9 forks source link

multiple displays windows should not all be created at the same position #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
instead they should be nicely cascaded on the desktop by default.

long term it would be nice if it was possible to specify the x coordinate
at which the display window would initially be created so you could lay out
multiple display windows on the desktop.

Original issue reported on code.google.com by glenn.fi...@gmail.com on 7 Sep 2006 at 4:29

GoogleCodeExporter commented 8 years ago
are you talking about a specific platform, or just in general?

Original comment by bram.deg...@gmail.com on 24 Jul 2007 at 3:59

GoogleCodeExporter commented 8 years ago
this is a problem i've noticed with my win32 platform, its because i manually 
center
the windows - not sure if your x11 display has this problem too or not

Original comment by glenn.fi...@gmail.com on 24 Jul 2007 at 7:18

GoogleCodeExporter commented 8 years ago
yeah, because I manually center the windows too ;)

Original comment by bram.deg...@gmail.com on 25 Jul 2007 at 10:05

GoogleCodeExporter commented 8 years ago
so, yes, it's on linux too ;)

(this issue tracker is pure fun!)

Original comment by bram.deg...@gmail.com on 25 Jul 2007 at 10:11

GoogleCodeExporter commented 8 years ago
should also add a display.move(x,y) function as requested by some users

Original comment by glenn.fi...@gmail.com on 13 Sep 2008 at 4:01