diff options
author | Joakim Verona <joakim@verona.se> | 2011-07-05 01:06:32 +0200 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2011-07-05 01:06:32 +0200 |
commit | a218ae21ecda33aea853063f7bdc50fe4290ddf6 (patch) | |
tree | e6f477f42ae8f96b481d12f59fd0fd447b15a447 /src/xwidget.h | |
parent | 303da42474c7a4a59b2e86dda88ec74509bcd91f (diff) | |
download | emacs-a218ae21ecda33aea853063f7bdc50fe4290ddf6.tar.gz emacs-a218ae21ecda33aea853063f7bdc50fe4290ddf6.tar.bz2 emacs-a218ae21ecda33aea853063f7bdc50fe4290ddf6.zip |
work on clipleft. not fantastic yet
Diffstat (limited to 'src/xwidget.h')
-rw-r--r-- | src/xwidget.h | 2 |
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; |