From d53035bc78b3fbbd640a6a7535b9cdf7ca0d9667 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 17 May 2012 22:16:02 +0000 Subject: Implement an NX interface to block flush message queues in multi-user mode. This is necessary to prevent stale window handles when a window is closed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4745 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx') diff --git a/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx b/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx index 1cea0ba68..c414abadb 100644 --- a/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx +++ b/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx @@ -105,6 +105,12 @@ namespace NXWidgets #ifdef CONFIG_NX_KBD virtual void handleKeyboardEvent(void) { } #endif + + /** + * Handle a NX window blocked event + */ + + virtual void handleBlockedEvent(void) { } }; } -- cgit v1.2.3