Couriersud to Sam
I have done some quick changes and at least the code compiles again. It also works with a number of the test executables with the DFB X11 backend. I hope to find time to get SDLMAME to work with latest SDL1.3 (i.e. rip out multi-keyboard, multi-mice & cursor support) next week to test it further. Regards, André
This commit is contained in:
parent
b0a24ac840
commit
4e19d730a1
9 changed files with 121 additions and 50 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "SDL_DirectFB_video.h"
|
||||
|
||||
#define SDL_DFB_DISPLAYDATA(dev, win) DFB_DisplayData *dispdata = ((win && dev) ? (DFB_DisplayData *) (dev)->displays[(win)->display].driverdata : NULL)
|
||||
#define SDL_DFB_DISPLAYDATA(dev, win) DFB_DisplayData *dispdata = ((win && dev) ? (DFB_DisplayData *) (win)->display->driverdata : NULL)
|
||||
|
||||
typedef struct _DFB_DisplayData DFB_DisplayData;
|
||||
struct _DFB_DisplayData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue