summaryrefslogtreecommitdiff
path: root/src/xwidget.h
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2011-06-30 01:17:01 +0200
committerJoakim Verona <joakim@verona.se>2011-06-30 01:17:01 +0200
commit9333b6a4d92243ebeee9c5fc3ae3f1ec1a47abc3 (patch)
tree671159954531f8a5ed0c4aaef64333f7a150e9ed /src/xwidget.h
parentb380a76ffbf54594dfd6fc3d932983ac0439d07f (diff)
downloademacs-9333b6a4d92243ebeee9c5fc3ae3f1ec1a47abc3.tar.gz
added an offscreen rendered webkit variant. the on-screen view shows up sometimes so the principle is validated
Diffstat (limited to 'src/xwidget.h')
-rw-r--r--src/xwidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xwidget.h b/src/xwidget.h
index 3a7d92f70a7..d54d4e649d8 100644
--- a/src/xwidget.h
+++ b/src/xwidget.h
@@ -24,6 +24,12 @@ struct xwidget{
int height;
int width;
int initialized;
+
+
+ //for offscreen widgets, unused if not osr
+ GtkWidget* widget_osr;
+ GtkContainer* widgetwindow_osr;
+
};