added store/restore display buffer

This commit is contained in:
Pawel Kolodziejski 2005-08-13 20:14:46 +00:00
parent d2a4376c73
commit 80f7bc8e2a
7 changed files with 13 additions and 43 deletions

View file

@ -47,7 +47,6 @@ DriverGL::DriverGL(int screenW, int screenH, int screenBPP, bool fullscreen) {
loadEmergFont();
_smushNumTex = 0;
_storedDisplay = NULL;
}
void DriverGL::toggleFullscreenMode() {