diff options
| author | Joakim Verona | 2011-07-12 02:34:15 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-12 02:34:15 +0200 |
| commit | 26b79791a30bbf4702d669d60e99ce09f2cf75b0 (patch) | |
| tree | 396c503f41c4487fd518c566931b585b425ecd02 /src/xwidget.h | |
| parent | 57b7a4c05659911dd596be0791c40b8eb8158611 (diff) | |
| download | emacs-26b79791a30bbf4702d669d60e99ce09f2cf75b0.tar.gz emacs-26b79791a30bbf4702d669d60e99ce09f2cf75b0.zip | |
more configure support and cleanups. the gtk2 webkit support removed because offscreen rendering is too quirky there
Diffstat (limited to 'src/xwidget.h')
| -rw-r--r-- | src/xwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xwidget.h b/src/xwidget.h index 732dac5e7c2..b906b71c10b 100644 --- a/src/xwidget.h +++ b/src/xwidget.h | |||
| @@ -76,7 +76,6 @@ extern int xwidget_owns_kbd; | |||
| 76 | 76 | ||
| 77 | void xwidget_start_redisplay(); | 77 | void xwidget_start_redisplay(); |
| 78 | void xwidget_end_redisplay(struct glyph_matrix* matrix); | 78 | void xwidget_end_redisplay(struct glyph_matrix* matrix); |
| 79 | void xwidget_modify_region(); | ||
| 80 | 79 | ||
| 81 | void xwidget_touch (struct xwidget_view *xw); | 80 | void xwidget_touch (struct xwidget_view *xw); |
| 82 | 81 | ||