Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16333/wxLua/modules/wxluadebug/include
Modified Files:
staktree.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: staktree.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/staktree.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** staktree.h 13 Dec 2006 06:57:50 -0000 1.16
--- staktree.h 26 Feb 2007 05:17:29 -0000 1.17
***************
*** 126,130 ****
private:
! bool m_first_window;
DECLARE_ABSTRACT_CLASS(wxLuaStackDataWindow)
};
--- 126,131 ----
private:
! bool m_first_window;
! int m_text_height;
DECLARE_ABSTRACT_CLASS(wxLuaStackDataWindow)
};
|