aboutsummaryrefslogtreecommitdiffstats
path: root/README.xwidget
diff options
context:
space:
mode:
authorJoakim Verona2011-07-01 00:49:32 +0200
committerJoakim Verona2011-07-01 00:49:32 +0200
commit46ddfc9dd50ea017041f969cdf715cda1118a8d2 (patch)
tree653c56b0b82fb33940436c5aebce9640d7263528 /README.xwidget
parente5e23bc6296e31933d838f1f7f4b3cc20dc7d34b (diff)
downloademacs-46ddfc9dd50ea017041f969cdf715cda1118a8d2.tar.gz
emacs-46ddfc9dd50ea017041f969cdf715cda1118a8d2.zip
gtk3 tests, trying to get clipping working as it does on gtk2. doesnt work, very annoying
Diffstat (limited to 'README.xwidget')
-rw-r--r--README.xwidget18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.xwidget b/README.xwidget
index 4477f53051c..24b11286ca2 100644
--- a/README.xwidget
+++ b/README.xwidget
@@ -333,11 +333,29 @@ export LDFLAGS=`pkg-config --libs webkit-1.0`
333./configure 333./configure
334make 334make
335 335
336**** off screen rendering
336export CFLAGS="`pkg-config --cflags webkit-1.0` -DHAVE_WEBKIT_OSR -g" 337export CFLAGS="`pkg-config --cflags webkit-1.0` -DHAVE_WEBKIT_OSR -g"
337export LDFLAGS=`pkg-config --libs webkit-1.0` 338export LDFLAGS=`pkg-config --libs webkit-1.0`
338./configure 339./configure
339make 340make
340 341
342works a little bit but i get errors like:
343
344(emacs:8362): GLib-GObject-WARNING **: invalid cast from `GdkOffscreenWindow' to `GdkDrawableImplX11'
345
346set a breakpoint in g_log, backtrace seems to indicate
347webkitViewportAttributesRecompute is the offender.
348
349maybe try gtk3 variants?
350
351export CFLAGS="`pkg-config --cflags webkitgtk-3.0 ` -DHAVE_WEBKIT_OSR -g"
352export LDFLAGS=`pkg-config --libs webkitgtk-3.0 `
353./configure --with-x-toolkit=gtk3
354make
355
356crash in gtk_window_get_size instead. great.
357
358http://gtkplus-p3.0.sourcearchive.com/documentation/2.91.5-0ubuntu1/testoffscreenwindow_8c-source.html
341 359
342 360
343*** firefox 361*** firefox