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
path: root/intern
diff options
context:
space:
mode:
authorJean-Luc Peurière <jlp@nerim.net>2004-07-28 20:47:08 +0400
committerJean-Luc Peurière <jlp@nerim.net>2004-07-28 20:47:08 +0400
commitbbdfacfde30df4fc0a402d0c19490a5ff3670e69 (patch)
treea4b2dfc54447279de17e6cd27c70e05c49755653 /intern
parent7047817c3687679cfd2f442b7563a51b9a08ce1a (diff)
added a nice alert box when blender is run on a mac with less than 8Mb VRAM
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowCarbon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_WindowCarbon.cpp b/intern/ghost/intern/GHOST_WindowCarbon.cpp
index 518fdf605bc..0c68a571a68 100644
--- a/intern/ghost/intern/GHOST_WindowCarbon.cpp
+++ b/intern/ghost/intern/GHOST_WindowCarbon.cpp
@@ -134,6 +134,7 @@ GHOST_WindowCarbon::GHOST_WindowCarbon(
//void *handler = &GHOST_WindowCarbon::myWEventHandlerProc;
::SetWRefCon(m_windowRef,(SInt32)this);
+ setTitle(title);
err = InstallWindowEventHandler (m_windowRef, myWEventHandlerProc, GetEventTypeCount(kWEvents), kWEvents,NULL,NULL);
if ( err != noErr) {
fprintf(stderr," error creating handler %i \n",err);