From: John L. <jr...@us...> - 2006-11-02 23:38:15
|
Update of /cvsroot/wxlua/wxLua/samples In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27364/wxLua/samples Modified Files: debug.wx.lua Log Message: Added wxDisplay and friends Added more wxDateTimeXXX classes update to compile in wxWidgets 2.7.2 Index: debug.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/debug.wx.lua,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** debug.wx.lua 25 May 2006 03:55:23 -0000 1.7 --- debug.wx.lua 2 Nov 2006 23:38:09 -0000 1.8 *************** *** 105,109 **** local dc = wx.wxPaintDC(frame) - dc:BeginDrawing() if running then --- 105,108 ---- *************** *** 111,115 **** end - dc:EndDrawing() dc:Delete() -- ALWAYS Delete() any wxDCs created when done end --- 110,113 ---- |