DFEC_UNIVERSAL is not available in DirectFB < 0.9.23, use wxCHECK_DFB_VERSION() around it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -147,7 +147,9 @@ void wxEventLoop::HandleDFBEvent(const wxDFBEvent& event)
|
|||||||
case DFEC_NONE:
|
case DFEC_NONE:
|
||||||
case DFEC_INPUT:
|
case DFEC_INPUT:
|
||||||
case DFEC_USER:
|
case DFEC_USER:
|
||||||
|
#if wxCHECK_DFB_VERSION(0,9,23)
|
||||||
case DFEC_UNIVERSAL:
|
case DFEC_UNIVERSAL:
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
wxLogTrace(TRACE_EVENTS,
|
wxLogTrace(TRACE_EVENTS,
|
||||||
_T("ignoring event of unsupported class %i"),
|
_T("ignoring event of unsupported class %i"),
|
||||||
|
Reference in New Issue
Block a user