On Mon, 2005-05-30 at 20:15 -0300, Daniel Monteiro wrote: > how do I create a SDL project under Maemo? what files are needed? what > are the diferences?
It's no different from creating a SDL program in Linux. You might want to set the proper window size (720x420 windowed, 800x480 full-screen), use 16-bit depth, and perhaps listen for the F6 key event (or does SDL catch the hardware fullscreen button event?). Just see the SDL documentation (or don't if you already know it) and link with -lSDL. timo _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
