summaryrefslogtreecommitdiff
path: root/src/xwidget.h
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2015-01-20 00:48:41 +0100
committerJoakim Verona <joakim@verona.se>2015-01-20 00:48:41 +0100
commit35471ba2e31f038cf503c380e912f4559f1a92de (patch)
tree99082e43e661bfa04a53f46c8176b32d58bf89d0 /src/xwidget.h
parent5e2255017323c54feeaaee220175d7761a3b6ed1 (diff)
downloademacs-35471ba2e31f038cf503c380e912f4559f1a92de.tar.gz
emacs-35471ba2e31f038cf503c380e912f4559f1a92de.tar.bz2
emacs-35471ba2e31f038cf503c380e912f4559f1a92de.zip
Implement native scrolling of the webkit xwidget
It is now possible to use native scrolling with the webkit view. There is also a new function xwidget-set-adjustment, which can manipulate the viewport.
Diffstat (limited to 'src/xwidget.h')
-rw-r--r--src/xwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xwidget.h b/src/xwidget.h
index 0db7653941b..cbaddf6cec7 100644
--- a/src/xwidget.h
+++ b/src/xwidget.h
@@ -34,6 +34,8 @@ struct xwidget{
//for offscreen widgets, unused if not osr
GtkWidget* widget_osr;
GtkWidget* widgetwindow_osr;
+ //this is used if the widget (webkit) is to be wrapped in a scrolled window,
+ GtkWidget* widgetscrolledwindow_osr;
/* Non-nil means kill silently if Emacs is exited. */
unsigned int kill_without_query : 1;