]> git.saurik.com Git - wxWidgets.git/commitdiff
DFEC_UNIVERSAL is not available in DirectFB < 0.9.23, use wxCHECK_DFB_VERSION() around it
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Aug 2006 13:15:29 +0000 (13:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Aug 2006 13:15:29 +0000 (13:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/dfb/evtloop.cpp

index fcfeb0b25c1082ce4be584f3a958907d96f3ea74..647e52ec7b0fe5b4565b620bab68bb82a5f91c03 100644 (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"),