summaryrefslogtreecommitdiff
path: root/src/xwidget.h
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2011-07-05 01:06:32 +0200
committerJoakim Verona <joakim@verona.se>2011-07-05 01:06:32 +0200
commita218ae21ecda33aea853063f7bdc50fe4290ddf6 (patch)
treee6f477f42ae8f96b481d12f59fd0fd447b15a447 /src/xwidget.h
parent303da42474c7a4a59b2e86dda88ec74509bcd91f (diff)
downloademacs-a218ae21ecda33aea853063f7bdc50fe4290ddf6.tar.gz
work on clipleft. not fantastic yet
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 1abbd59afcb..d5077bb0623 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 cliptop;
+ int clip_right; int clip_bottom; int clip_top; int clip_left;
struct window *w;
long handler_id;