From 6547c6bad7a3dac5402cbceb0dc45e82a15de6e4 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sat, 14 Mar 2009 19:20:03 +0000 Subject: [PATCH] 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 --- include/wx/event.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }; /* -- 2.45.2