[Bf-blender-cvs] CVS commit: blender/intern/ghost/intern GHOST_WindowCarbon.cpp

Ton Roosendaal ton at blender.org
Sat Oct 25 15:25:59 CEST 2003


ton (Ton Roosendaal) 2003/10/25 15:25:59 CEST

  Modified files:
    blender/intern/ghost/intern GHOST_WindowCarbon.cpp 
  
  Log:
  - found the bad line in Ghost that preventing closing windows.
    I've mailed Maarten to verify it, this commit is for test at other
    OSX platforms.
  
  - this was the baddie:
    setDrawingContextType(GHOST_kDrawingContextTypeNone);
    it was called in the window destructor, for each window closed.
    I've hacked in a temporal global var to store the mainwindow. When this
    line is only called for mainwindow, it all works smoothly.
  
  - next commit is needed too!
  
  Revision  Changes    Path
  1.8       +10 -4     blender/intern/ghost/intern/GHOST_WindowCarbon.cpp



More information about the Bf-blender-cvs mailing list