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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user