summaryrefslogtreecommitdiffstats
path: root/src/tab-body.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-body.h')
-rw-r--r--src/tab-body.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/tab-body.h b/src/tab-body.h
index 332cfeb..446228d 100644
--- a/src/tab-body.h
+++ b/src/tab-body.h
@@ -30,9 +30,10 @@ typedef struct MqTabBody MqTabBody;
#include "tab.h"
struct MqTabBody {
- MqTab *tab;
- GtkWidget *container;
- WebKitWebView *web_view;
+ MqTab *tab;
+ GtkWidget *container;
+ WebKitWebView *web_view;
+ WebKitHitTestResult *hit_test_result;
};
MqTabBody *