[tuhopuu-cvs] CVS commit: tuhopuu3/source/blender/src buttons_script.c

Chris Want cwant at ualberta.ca
Fri Apr 8 06:38:38 CEST 2005


hos (Chris Want) 2005/04/08 06:38:38 CEST

  Modified files:
    tuhopuu3/source/blender/src buttons_script.c 
  
  Log:
  OK, it looks like the delete script code that was there originally
  (abusing a void pointer to hold a short) is the only way things will work.
  The way I did it ended up using a pointer to something on the stack
  when drawing the delete button that would later be invalid when the
  button was pressed.
  
  I have reverted the old code, but I've used explicit casting to make
  compilers happy.
  
  Revision  Changes    Path
  1.5       +8 -5      tuhopuu3/source/blender/src/buttons_script.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/buttons_script.c.diff?r1=1.4&r2=1.5&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list