Help

Can u remove me from this list please?
or just tell me how can I do it

thanks,

andrea

Can u remove me from this list please?
or just tell me how can I do it

Mailing list info is at:
http://www.libsdl.org/mailing-list.html

You can unsubscribe by sending a message to majordomo at lokigames.com
with the line “unsubscribe sdl” in the body of the message.

See ya!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

help

I’m sorry, but I can’t afford the ransom. You’ll just need to wait
there until they bash your head into the wall in frustration.On Tue, Jun 26, 2001 at 01:45:04PM +0800, scott wrote:

help


“I have received your new book against the human race, and thank you
for it. Never was such a cleverness used in the design of making us
all stupid. One longs, in reading your book, to walk on all fours.”

  • Voltaire, on The Social Contract, in a letter of Roussea

I’m sorry, but I can’t afford the ransom. You’ll just need to wait
there until they bash your head into the wall in frustration.

Damn, that’s cold.

–ryan.

how do i change my graphics to 32bpp?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1On Saturday 30 August 2003 03:46 am, Catie Belmonte wrote:

how do i change my graphics to 32bpp?

SDL_SetVideoMode( 640, 480, 32,
SDL_HWSURFACE|SDL_DOUBLEBUF )


#include “SDL.h”

SDL_Surface *SDL_SetvideoMode( int width, int
height, int bpp, Uint32 flags );


Also check the docs at http://www.libsdl.org, more
often than not you’ll find an answer there.

Enjoy,


Juan D. Espinoza
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE/UWCf3POUPzNqisoRApzyAJ97VvUISFWOotRTqWkg0U2KISFANgCfeleM
WYRt1SMreY/weLMvGMAEWpA=
=R7S8
-----END PGP SIGNATURE-----

Catie Belmonte wrote:

how do i change my graphics to 32bpp?

Could you explain better what you’re trying
to do?