summaryrefslogtreecommitdiff
path: root/src/xwidget.h
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2011-07-04 17:10:15 +0200
committerJoakim Verona <joakim@verona.se>2011-07-04 17:10:15 +0200
commit57be30e7ad69cc84761c269349da9da73598080c (patch)
treea196ecc13a727dd007325d125c9514e79db14ac8 /src/xwidget.h
parentd319e369a705c8a0901dbd9c6ab183ed61cf1ab7 (diff)
downloademacs-57be30e7ad69cc84761c269349da9da73598080c.tar.gz
work on cliptop. this rev is worse in some regards than the previous, but its the first where cliptop works at all.
Diffstat (limited to 'src/xwidget.h')
-rw-r--r--src/xwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.h b/src/xwidget.h
index 36e33c5dfbf..1abbd59afcb 100644
--- a/src/xwidget.h
+++ b/src/xwidget.h
@@ -45,7 +45,7 @@ struct xwidget_view{
GtkContainer* widgetwindow;
GtkContainer* emacswindow;
int x; int y;
- int clipx; int clipy;
+ int clipx; int clipy; int cliptop;
struct window *w;
long handler_id;