Update of /cvsroot/wxlua/wxLua/modules/wxbind/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27412/wxLua/modules/wxbind/src
Modified Files:
appframe.cpp
Log Message:
Remove fl lib, it's not going to be used
fix toolbar in scribble
Index: appframe.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/appframe.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** appframe.cpp 27 Jun 2007 19:56:30 -0000 1.63
--- appframe.cpp 30 Jun 2007 18:18:45 -0000 1.64
***************
*** 929,933 ****
static int LUACALL wxLua_wxLogWindow_GetFrame(lua_State *L);
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLogWindow_GetFrame[1] = {{ wxLua_wxLogWindow_GetFrame, WXLUAMETHOD_METHOD, 1, 1, s_wxluatagArray_wxLua_wxLogWindow_GetFrame }};
! // wxFrame * GetFrame() const
static int LUACALL wxLua_wxLogWindow_GetFrame(lua_State *L)
{
--- 929,933 ----
static int LUACALL wxLua_wxLogWindow_GetFrame(lua_State *L);
static wxLuaBindCFunc s_wxluafunc_wxLua_wxLogWindow_GetFrame[1] = {{ wxLua_wxLogWindow_GetFrame, WXLUAMETHOD_METHOD, 1, 1, s_wxluatagArray_wxLua_wxLogWindow_GetFrame }};
! // wxFrame* GetFrame() const
static int LUACALL wxLua_wxLogWindow_GetFrame(lua_State *L)
{
|