Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
David Carre to Sam
Browse files Browse the repository at this point in the history
Hello sam, me again.

I'v fixed another bug in the pandora code, it's on the no-X videodriver, i forgot to add some code to destroy the window so it was impossible to reload SDL inside the same application (eglTerminate).

You'll find the svn diff attached.

See you,
David.
  • Loading branch information
slouken committed Aug 11, 2009
1 parent ba74afa commit 0a64863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/pandora/SDL_pandora.c
Expand Up @@ -327,6 +327,8 @@ PND_setwindowgrab(_THIS, SDL_Window * window)
void
PND_destroywindow(_THIS, SDL_Window * window)
{
SDL_VideoData *phdata = (SDL_VideoData *) _this->driverdata;
eglTerminate(phdata->egl_display);
}

/*****************************************************************************/
Expand Down

0 comments on commit 0a64863

Please sign in to comment.