diff options
| author | Joakim Verona | 2011-07-05 01:06:32 +0200 |
|---|---|---|
| committer | Joakim Verona | 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.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{ | |||
| 45 | GtkContainer* widgetwindow; | 45 | GtkContainer* widgetwindow; |
| 46 | GtkContainer* emacswindow; | 46 | GtkContainer* emacswindow; |
| 47 | int x; int y; | 47 | int x; int y; |
| 48 | int clipx; int clipy; int cliptop; | 48 | int clip_right; int clip_bottom; int clip_top; int clip_left; |
| 49 | struct window *w; | 49 | struct window *w; |
| 50 | 50 | ||
| 51 | long handler_id; | 51 | long handler_id; |