aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoakim Verona2013-04-05 20:23:57 +0200
committerJoakim Verona2013-04-05 20:23:57 +0200
commit9639da1e26683b6a54d255bb07a24dd6e0fae354 (patch)
tree5a951f2406b6a96cf53a3cb22275880f893a0bde /src
parent73423aa260a3fcecacd452fad876fcbc018bd578 (diff)
downloademacs-9639da1e26683b6a54d255bb07a24dd6e0fae354.tar.gz
emacs-9639da1e26683b6a54d255bb07a24dd6e0fae354.zip
comment
Diffstat (limited to 'src')
-rw-r--r--src/xwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.c b/src/xwidget.c
index e0747e7da7a..c6714ad40a5 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -1134,7 +1134,7 @@ xwidget_init_view (struct xwidget *xww,
1134 1134
1135 ////////////////////////////////////////////////////////////// 1135 //////////////////////////////////////////////////////////////
1136 //xwgir debug 1136 //xwgir debug
1137 if (//EQ(xww->type, Qwebkit_osr)|| 1137 if (//EQ(xww->type, Qwebkit_osr)|| //TODO should be able to choose compile time which method to use with webkit
1138 EQ(xww->type, Qsocket_osr)|| 1138 EQ(xww->type, Qsocket_osr)||
1139 (Fget(xww->type, Qcxwgir_class) != Qnil))//xwgir widgets are OSR 1139 (Fget(xww->type, Qcxwgir_class) != Qnil))//xwgir widgets are OSR
1140 { 1140 {