diff options
Diffstat (limited to 'WebKit/gtk/webkit/webkitprivate.h')
| -rw-r--r-- | WebKit/gtk/webkit/webkitprivate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/gtk/webkit/webkitprivate.h b/WebKit/gtk/webkit/webkitprivate.h index 44ffc1e..556648d 100644 --- a/WebKit/gtk/webkit/webkitprivate.h +++ b/WebKit/gtk/webkit/webkitprivate.h @@ -56,6 +56,7 @@ #include "Page.h" #include "Frame.h" #include "InspectorClientGtk.h" +#include "IntPoint.h" #include "FrameLoaderClient.h" #include "ResourceHandle.h" #include "ResourceRequest.h" @@ -152,6 +153,11 @@ extern "C" { GHashTable* subResources; char* tooltipText; + int currentClickCount; + WebCore::IntPoint* previousClickPoint; + guint previousClickButton; + guint32 previousClickTime; + HashMap<GdkDragContext*, RefPtr<WebCore::DataObjectGtk> > draggingDataObjects; }; |
