Moving surface off screen on debian

i have debain latest stable release and the sdl1.2 that apt gets

in my code you use the mouse to move around gem things, on the debian install
it crashes when they go out of the top or left edge of the screen, but this
dosnt occur on windows or risc os

what the fonze is going wrong / am i doing wrong?

Hello neil,

Friday, May 26, 2006, 2:07:12 AM, you wrote:

n> i have debain latest stable release and the sdl1.2 that apt gets

n> in my code you use the mouse to move around gem things, on the debian install
n> it crashes when they go out of the top or left edge of the screen, but this
n> dosnt occur on windows or risc os

n> what the fonze is going wrong / am i doing wrong?

You need to be more specific - how are you drawing the gems? By
blitting with SDL_BlitSurface() or are you locking the display buffer
and drawing it yourself?–
Best regards,
Peter mailto:@Peter_Mulholland