Managing different surfaces

Hi,
I need to have different surfaces in the screen, this is, I need to have 4
or X independant screens positionated in the desktop screen for example as
follows:

(x,y,width,height)
(0,0,500,500)
(0,500,500,500)
(500,0,500,500)
(500,500,500,500)

<<…>>

I want to manage each screen independently.

Could someone give me any clue?

Thanks in advance

Maruri Leire wrote:

Hi,
<snip

I want to manage each screen independently.

Could someone give me any clue?
Hum… with SDL_SetClipRect ?>
Thanks in advance


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

At 16:17 19/09/2002 +0200, you wrote:

Hi,
I need to have different surfaces in the screen, this is, I need to have 4
or X independant screens positionated in the desktop screen for example as
follows:

X screens in one window ? or X diferent windows ?

Sioux