Update of /cvsroot/wxlua/wxLua/modules/wxlua/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20238
Modified Files:
wxlbind.cpp
Log Message:
push wxLuaReferences into the bindings
Index: wxlbind.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/src/wxlbind.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** wxlbind.cpp 22 Dec 2005 18:42:35 -0000 1.10
--- wxlbind.cpp 29 Dec 2005 20:07:58 -0000 1.11
***************
*** 267,273 ****
// create references table in registry
! // tpushwxLuaReferences(L);
! // lua_newtable(L);
! // lua_rawset(L, LUA_REGISTRYINDEX);
// create a tag for the wxLua table
--- 267,273 ----
// create references table in registry
! tpushwxLuaReferences(L);
! lua_newtable(L);
! lua_rawset(L, LUA_REGISTRYINDEX);
// create a tag for the wxLua table
|