Nvidia workarounds

- partially working workaround for nvidia bug on Os X 10.4.3
- brought back the raster ops hack for GT6800 with proper driver version
  check so that text works both on Os X 10.4.3 and older systems.
  this last patch was given by Kent Miller from Apple
This commit is contained in:
2005-11-28 13:50:44 +00:00
parent e1c66eb145
commit 0c52fc76dd
3 changed files with 97 additions and 1 deletions

View File

@@ -359,6 +359,8 @@ Window *window_open(char *title, int posx, int posy, int sizex, int sizey, int s
win->lmouse[0]= win->size[0]/2;
win->lmouse[1]= win->size[1]/2;
} else {
GHOST_DisposeWindow(g_system, ghostwin);
}