aboutsummaryrefslogtreecommitdiffstats
path: root/README.xwidget
diff options
context:
space:
mode:
authorJoakim Verona2011-07-05 11:27:32 +0200
committerJoakim Verona2011-07-05 11:27:32 +0200
commitd812bba65d7f22a624c8cc19e9ec21ffe3720228 (patch)
treea217ce72e72646458352eeec8e48c9b2766e7709 /README.xwidget
parentf53a15f2c3b8eec90e76c95058842d76e60d29cd (diff)
downloademacs-d812bba65d7f22a624c8cc19e9ec21ffe3720228.tar.gz
emacs-d812bba65d7f22a624c8cc19e9ec21ffe3720228.zip
tweak to improve deletion of xwviews when emacs windows are closed
Diffstat (limited to 'README.xwidget')
-rw-r--r--README.xwidget10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.xwidget b/README.xwidget
index b709fcd7d9e..8c4998cc960 100644
--- a/README.xwidget
+++ b/README.xwidget
@@ -588,6 +588,16 @@ maybe control be used in place of my own copy hacks?
588 588
589 589
590 590
591** TODO remove xwidget_views when emacs window is deleted
592removing xwidget views when an Emacs window closes is not reliable.
593
594- switching buffers in a window seems to hide the corresponding
595 xwidget-views properly, but they might as well be deleted.
596
597- patching delete-window-internal could be used to delete the xwidget-views
598
599
600
591** notes from x_draw_xwidget_glyph_string 601** notes from x_draw_xwidget_glyph_string
592 602
593 BUG it seems this method for some reason is called with bad s->x and s->y sometimes. 603 BUG it seems this method for some reason is called with bad s->x and s->y sometimes.