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
|
@ -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 ... */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue