From: John L. <jr...@us...> - 2007-11-30 06:23:42
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6752/wxLua/modules/wxlua/include Modified Files: wxlbind.h Log Message: Make the wxLuaStackDialog run a little faster Index: wxlbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlbind.h,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** wxlbind.h 17 Nov 2007 00:15:00 -0000 1.63 --- wxlbind.h 30 Nov 2007 06:23:39 -0000 1.64 *************** *** 65,70 **** #define WXLUAARG__MIN -13 // Min of the WXLUAARG_XXX values - #define WXLUAARG_TO_POSINDEX(wxlua_arg) (-(wxlua_arg)) - // Variables used in the wxLuaArgTag member of the wxLuaBindCFunc for // common types. The binding generator will use these and generate others --- 65,68 ---- |