diff options
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; |