X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1de14b4ade60a66427587120368fecb74b503094..880d76dfb12d4e8466df30d641bb25c6f71bd398:/include/wx/notifmsg.h?ds=sidebyside diff --git a/include/wx/notifmsg.h b/include/wx/notifmsg.h index 46288e62e1..2c76226c63 100644 --- a/include/wx/notifmsg.h +++ b/include/wx/notifmsg.h @@ -124,16 +124,17 @@ private: int m_flags; - DECLARE_NO_COPY_CLASS(wxNotificationMessageBase) + wxDECLARE_NO_COPY_CLASS(wxNotificationMessageBase); }; -#if defined(__WXGTK__) && wxUSE_LIBHILDON - #include "wx/gtk/hildon/notifmsg.h" /* - TODO: provide support for - - libnotify (Gnome) - - Growl (http://growl.info/, OS X) + TODO: Implement under OS X using notification centre (10.8+) or + Growl (http://growl.info/) for the previous versions. */ +#if defined(__WXGTK__) && wxUSE_LIBNOTIFY + #include "wx/gtk/notifmsg.h" +#elif defined(__WXGTK__) && (wxUSE_LIBHILDON || wxUSE_LIBHILDON2) + #include "wx/gtk/hildon/notifmsg.h" #elif defined(__WXMSW__) && wxUSE_TASKBARICON && wxUSE_TASKBARICON_BALLOONS #include "wx/msw/notifmsg.h" #else