aboutsummaryrefslogtreecommitdiffstats
path: root/README.xwidget
diff options
context:
space:
mode:
authorJoakim Verona2011-07-05 08:18:50 +0200
committerJoakim Verona2011-07-05 08:18:50 +0200
commitf53a15f2c3b8eec90e76c95058842d76e60d29cd (patch)
tree5c895d917ff03f3f5640e12f3382681ee4dab69e /README.xwidget
parenta218ae21ecda33aea853063f7bdc50fe4290ddf6 (diff)
downloademacs-f53a15f2c3b8eec90e76c95058842d76e60d29cd.tar.gz
emacs-f53a15f2c3b8eec90e76c95058842d76e60d29cd.zip
work on clipleft. now seemingly ok
Diffstat (limited to 'README.xwidget')
-rw-r--r--README.xwidget7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.xwidget b/README.xwidget
index 94d10fbbedf..b709fcd7d9e 100644
--- a/README.xwidget
+++ b/README.xwidget
@@ -602,6 +602,13 @@ maybe control be used in place of my own copy hacks?
602 you will get weirdo display artefacts. Composition ought to solve this, since that means the live window is 602 you will get weirdo display artefacts. Composition ought to solve this, since that means the live window is
603 always available in an off-screen buffer. My current attempt at composition doesnt work properly however. 603 always available in an off-screen buffer. My current attempt at composition doesnt work properly however.
604 604
605 //allocation debugging. the correct values cant be expected to show upp immediately, but eventually they should get to be ok
606 // this is because we dont know when the container gets around to doing layout
607 //GtkAllocation galloc;
608 //gtk_widget_get_allocation(GTK_WIDGET (xv->widgetwindow), &galloc);
609 //printf("allocation %d %d , %d %d\n", galloc.x,galloc.y,galloc.width,galloc.height);
610
611
605*** old notes about the old live/phantom scheme 612*** old notes about the old live/phantom scheme
606 613
607 //TODO: 614 //TODO: