added a nice alert box when blender is run on a mac with less than 8Mb VRAM

This commit is contained in:
Jean-Luc Peurière
2004-07-28 16:47:08 +00:00
parent 7047817c36
commit bbdfacfde3
2 changed files with 22 additions and 5 deletions

View File

@@ -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);