From: John L. <jr...@us...> - 2007-02-26 05:17:33
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16333/wxLua/modules/wxlua/include Modified Files: wxlbind.h Log Message: rem out debugging code in wxlbind.cpp only measure the text height once for the stack window make scribble faster by drawing to the window first Index: wxlbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlbind.h,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** wxlbind.h 26 Feb 2007 01:57:06 -0000 1.35 --- wxlbind.h 26 Feb 2007 05:17:29 -0000 1.36 *************** *** 163,168 **** { public: ! wxLuaObject(); ! // Constructor that is passed a lua state and a parameter index. wxLuaObject(const wxLuaState& wxlState, int iParam = 1); --- 163,167 ---- { public: ! // Wrap the item at the lua state's stack index. wxLuaObject(const wxLuaState& wxlState, int iParam = 1); *************** *** 189,193 **** wxLuaState GetwxLuaState() const; - lua_State* GetLuaState() const; private: --- 188,191 ---- |