From: Francesco Montorsi Date: Sat, 14 Mar 2009 19:20:03 +0000 (+0000) Subject: include all events categories in wxEVT_CATEGORY_ALL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6547c6bad7a3dac5402cbceb0dc45e82a15de6e4?ds=sidebyside include all events categories in wxEVT_CATEGORY_ALL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/event.h b/include/wx/event.h index 259694172e..7af59c38d7 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -811,7 +811,8 @@ enum wxEventCategory // used in wxEventLoopBase::YieldFor to specify all event categories should be processed: wxEVT_CATEGORY_ALL = wxEVT_CATEGORY_UI|wxEVT_CATEGORY_USER_INPUT|wxEVT_CATEGORY_SOCKET| \ - wxEVT_CATEGORY_TIMER|wxEVT_CATEGORY_THREAD + wxEVT_CATEGORY_TIMER|wxEVT_CATEGORY_THREAD|wxEVT_CATEGORY_UNKNOWN| \ + wxEVT_CATEGORY_CLIPBOARD }; /*