From: John L. <jr...@us...> - 2007-06-27 03:11:31
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/setup In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13326/wxLua/modules/wxbind/setup Modified Files: wxluasetup.h Log Message: Unicode compilation fix for genwxbind Add wxRenderer to bindings Index: wxluasetup.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/setup/wxluasetup.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** wxluasetup.h 26 Jun 2007 03:22:05 -0000 1.15 --- wxluasetup.h 27 Jun 2007 03:11:28 -0000 1.16 *************** *** 106,109 **** --- 106,110 ---- #define wxLUA_USE_wxRegEx 1 #define wxLUA_USE_wxRegion 1 + #define wxLUA_USE_wxRenderer 1 #define wxLUA_USE_wxSashWindow 1 #define wxLUA_USE_wxScrollBar 1 |