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:
Sam Lantinga 2010-07-23 21:33:00 -07:00
parent b0a24ac840
commit 4e19d730a1
9 changed files with 121 additions and 50 deletions

View file

@ -140,7 +140,7 @@ DirectFB_CreateWindow(_THIS, SDL_Window * window)
windata->window->RaiseToTop(windata->window);
/* remember parent */
windata->window = window;
windata->sdl_window = window;
/* Add to list ... */