Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31712/wxLua/bindings/wxwidgets
Modified Files:
defsutil.i wx_datatypes.lua
Log Message:
AMD64 fixes
Index: defsutil.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/defsutil.i,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** defsutil.i 18 Jun 2007 02:56:23 -0000 1.45
--- defsutil.i 19 Jun 2007 13:58:15 -0000 1.46
***************
*** 236,240 ****
%function wxWindow* wxFindWindowAtPoint(const wxPoint& pt)
%function wxWindow* wxFindWindowAtPointer(wxPoint& pt)
! %win %function wxWindow* wxGetActiveWindow()
// wxBatteryState wxGetBatteryState()
// X only %function wxString wxGetDisplayName()
--- 236,240 ----
%function wxWindow* wxFindWindowAtPoint(const wxPoint& pt)
%function wxWindow* wxFindWindowAtPointer(wxPoint& pt)
! %wxchkver_2_8_4 %function wxWindow* wxGetActiveWindow()
// wxBatteryState wxGetBatteryState()
// X only %function wxString wxGetDisplayName()
Index: wx_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wx_datatypes.lua,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** wx_datatypes.lua 18 Jun 2007 21:40:33 -0000 1.73
--- wx_datatypes.lua 19 Jun 2007 13:58:15 -0000 1.74
***************
*** 3990,3993 ****
--- 3990,3994 ----
["%wxchkver_2_8"] = "wxCHECK_VERSION(2,8,0)",
["%wxchkver_2_8_1"] = "wxCHECK_VERSION(2,8,1)",
+ ["%wxchkver_2_8_4"] = "wxCHECK_VERSION(2,8,4)",
["%wxcompat_2_4"] = "(defined(WXWIN_COMPATIBILITY_2_4) && WXWIN_COMPATIBILITY_2_4)",
["%wxcompat_2_6"] = "(defined(WXWIN_COMPATIBILITY_2_6) && WXWIN_COMPATIBILITY_2_6)",
***************
*** 4308,4311 ****
--- 4309,4313 ----
wxUSE_TOOLBOOK = "wxUSE_TOOLBOOK",
wxUSE_TOOLTIPS = "wxUSE_TOOLTIPS",
+ wxUSE_TREEBOOK = "wxUSE_TREEBOOK",
wxUSE_TREECTRL = "wxUSE_TREECTRL",
wxUSE_TREELAYOUT = "wxUSE_TREELAYOUT",
|