aboutsummaryrefslogtreecommitdiffstats
path: root/README.xwidget
diff options
context:
space:
mode:
authorJoakim Verona2011-07-03 09:29:53 +0200
committerJoakim Verona2011-07-03 09:29:53 +0200
commitff0863a96f15f7f2e9f9ea3df68146f0ae413579 (patch)
tree7d8a5cf5903dd80bc791808c37d93727020abfaa /README.xwidget
parent83d3c036b0f9bf5aea02b7b572d645f582ff7936 (diff)
downloademacs-ff0863a96f15f7f2e9f9ea3df68146f0ae413579.tar.gz
emacs-ff0863a96f15f7f2e9f9ea3df68146f0ae413579.zip
damage event now actually caught and used for webkit-osr.
Diffstat (limited to 'README.xwidget')
-rw-r--r--README.xwidget11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.xwidget b/README.xwidget
index c99cbe99381..59ddf9d2435 100644
--- a/README.xwidget
+++ b/README.xwidget
@@ -478,3 +478,14 @@ the needed data is private to the base class. to overcome this:
478 478
479** TODO use FRAME_GTK_WIDGET (f) 479** TODO use FRAME_GTK_WIDGET (f)
480rather than gwfixed 480rather than gwfixed
481
482** TODO translate clicks
483on onscreen webkit peer to offscreen
484
485maybe
486http://developer.gnome.org/gdk/stable/gdk-Windows.html#GdkWindow-from-embedder
487
488
489** TODO investigate gdk_window_redirect_to_drawable
490http://developer.gnome.org/gdk/stable/gdk-Windows.html#gdk-offscreen-window-set-embedder
491maybe control be used in place of my own copy hacks?