/* Don't allow mouse event propagation during scroll */
bool g_blockEventsOnScroll = FALSE;
+/* TRUE when the message queue is empty. this gets set to
+ FALSE by all event callbacks before anything else is done */
+bool g_isIdle = FALSE;
+
/* Message Strings for Internationalization */
char **wx_msg_str = (char**)NULL;