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:
Vadim Zeitlin
2006-08-27 13:15:29 +00:00
parent 9800ae335a
commit dc4451c2c4

View File

@@ -147,7 +147,9 @@ void wxEventLoop::HandleDFBEvent(const wxDFBEvent& event)
case DFEC_NONE:
case DFEC_INPUT:
case DFEC_USER:
#if wxCHECK_DFB_VERSION(0,9,23)
case DFEC_UNIVERSAL:
#endif
{
wxLogTrace(TRACE_EVENTS,
_T("ignoring event of unsupported class %i"),