Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Peurière <jlp@nerim.net>2005-11-28 16:50:44 +0300
committerJean-Luc Peurière <jlp@nerim.net>2005-11-28 16:50:44 +0300
commit0c52fc76dd32ad82824a392d6aa2c475d65a572c (patch)
tree865ec3563cf47b0fac65e88d41ff3e9c653dbc15 /source/blender/src/ghostwinlay.c
parente1c66eb14509c9f6f4c59edd8a541e3d49d90cef (diff)
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
Diffstat (limited to 'source/blender/src/ghostwinlay.c')
-rw-r--r--source/blender/src/ghostwinlay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/ghostwinlay.c b/source/blender/src/ghostwinlay.c
index 7a83dbcb2f5..88beb6ea874 100644
--- a/source/blender/src/ghostwinlay.c
+++ b/source/blender/src/ghostwinlay.c
@@ -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);
}