I hacked a port of the DirectDrawEasy class of the win32 sdk, in order to
run unmodified samples from the Windows SDK. This awful hack is located
in the samples/ directory.

To change the resolution and depth of th samples running
in software mode you'll have to modify the PV.INI file. The format is
over-complicated:
first line      = Width of the screen
second line     = Height of the screen
third line      = Depth of screen  (this line is ignored under Unix systems
				    where the X server dictates the depth)
---------
Ex: 320*200*16
320
200
16


Damn it's simple ! :)
                                                                Oli                                                                                    
