diff options
| author | Joakim Verona | 2011-07-18 01:26:27 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-18 01:26:27 +0200 |
| commit | e9e9f8a3ff2ed8851e8ef1997d3a3911dbecd00d (patch) | |
| tree | e86f8c262138738eee7172e27e4cbf6bcb3273e8 /src/xwidget.h | |
| parent | b0ec5b0839c3f2687b4dddc385ae22b72f96db99 (diff) | |
| download | emacs-e9e9f8a3ff2ed8851e8ef1997d3a3911dbecd00d.tar.gz emacs-e9e9f8a3ff2ed8851e8ef1997d3a3911dbecd00d.zip | |
cleanups
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 9244ff7017f..edd360969dc 100644 --- a/src/xwidget.h +++ b/src/xwidget.h | |||
| @@ -92,7 +92,7 @@ struct xwidget* xwidget_from_id(int id); | |||
| 92 | //extern int xwidget_owns_kbd; | 92 | //extern int xwidget_owns_kbd; |
| 93 | 93 | ||
| 94 | void xwidget_start_redisplay(); | 94 | void xwidget_start_redisplay(); |
| 95 | void xwidget_end_redisplay(struct glyph_matrix* matrix); | 95 | void xwidget_end_redisplay (struct window *w, struct glyph_matrix *matrix); |
| 96 | 96 | ||
| 97 | void xwidget_touch (struct xwidget_view *xw); | 97 | void xwidget_touch (struct xwidget_view *xw); |
| 98 | 98 | ||