From: John L. <jr...@us...> - 2007-02-22 20:33:48
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10499/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: change wxLUA_USE_wxJoystick | wxUSE_JOYSTICK to & Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** wxstc_datatypes.lua 9 Feb 2007 05:17:08 -0000 1.42 --- wxstc_datatypes.lua 22 Feb 2007 20:33:07 -0000 1.43 *************** *** 1697,1701 **** wxJoystick = { BaseClass = "wxObject", ! Condition = "wxLUA_USE_wxJoystick || wxUSE_JOYSTICK", DefType = "class", IsNumber = false, --- 1697,1701 ---- wxJoystick = { BaseClass = "wxObject", ! Condition = "wxLUA_USE_wxJoystick && wxUSE_JOYSTICK", DefType = "class", IsNumber = false, *************** *** 1704,1708 **** wxJoystickEvent = { BaseClass = "wxEvent", ! Condition = "wxLUA_USE_wxJoystick || wxUSE_JOYSTICK", DefType = "class", IsNumber = false, --- 1704,1708 ---- wxJoystickEvent = { BaseClass = "wxEvent", ! Condition = "wxLUA_USE_wxJoystick && wxUSE_JOYSTICK", DefType = "class", IsNumber = false, |