From: <kr_...@us...> - 2004-05-25 20:40:50
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22085/src/include Modified Files: Action.h Log Message: Proper destroying of action handles Index: Action.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Action.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Action.h 12 May 2004 20:42:34 -0000 1.1 --- Action.h 25 May 2004 20:40:41 -0000 1.2 *************** *** 23,26 **** --- 23,27 ---- void osGetActionAccel(ActionHandle action, int *key, unsigned int *mods); void osDestroyAction(ActionHandle action); + void osDestroyAllActions(); #endif |