I suppose having a scrolling 800x300 picture is better than a 800x600 one
Let's say this picture is centered on the screen surrounded by black. I suppose that it's also faster not to have any Solid(0,0,0,255) scene (no scene = black background anyway, right ?). The only problem would be the screen refreshing (the dialog box wouldn't be refreshed properly according to my tests).

So ok, I have a black scene, and the 800x300 scrolling band in the middle... Now I want something taller than 300 pixels displayed *only* in the scrolling zone, not over the black borders (movie like if you will).

Is there a way to mask blitting only to that specific zone (and would it be better than...) or should I blit two black borders over all this myself ?
Considering there's no masking and I blit the black borders... is the engine optimized to not blit everything under the opaque border since they're not seen anyway ?
