X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01111366c9b4ea40eee7f4b13ddfe6f6b9f886db..650368d057896c5bf6b1f2294766e92b7dbb7f20:/src/gtk/data.cpp diff --git a/src/gtk/data.cpp b/src/gtk/data.cpp index 815bdca347..42e8ea7018 100644 --- a/src/gtk/data.cpp +++ b/src/gtk/data.cpp @@ -2,8 +2,8 @@ // Name: data.cpp // Purpose: // Author: Robert Roebling -// Id: $id$ -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Id: $Id$ +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -46,6 +46,9 @@ wxCursor *g_globalCursor = (wxCursor *) NULL; // Don't allow event propagation during drag bool g_blockEventsOnDrag = FALSE; +// Don't allow mouse event propagation during scroll +bool g_blockEventsOnScroll = FALSE; + // Message Strings for Internationalization char **wx_msg_str = (char**)NULL; @@ -121,6 +124,7 @@ wxBrush wxNullBrush; wxFont wxNullFont; wxColour wxNullColour; wxPalette wxNullPalette; +wxRegion wxNullRegion; // Default window names const char *wxButtonNameStr = "button";