[Bf-blender-cvs] CVS commit: blender/source/blender/src interface_icons.c

Ton Roosendaal ton at blender.org
Fri Jun 9 14:00:29 CEST 2006


ton (Ton Roosendaal) 2006/06/09 14:00:28 CEST

  Modified files:
    blender/source/blender/src interface_icons.c 
  
  Log:
  Bugfix #4288
  
  The new Image icon system didn't take care of float images yet, causing
  crashes.
  
  Andrea: I also cleaned up some of the syntax...
  - try to stick to NULL for pointer values (not 0), reads nicer
  - pointer declarations like: int* a, b; is confusing... use: int *a, b;
    it wasn't consistant in code either... :)
  
  Revision  Changes    Path
  1.9       +28 -19    blender/source/blender/src/interface_icons.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/interface_icons.c.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list