diff options
| author | Joakim Verona | 2010-08-27 12:31:40 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-08-27 12:31:40 +0200 |
| commit | 3c8f5c42870eda1633d2a8920053899efc4234c3 (patch) | |
| tree | b00ac4f45c9eae05a36d8a4e23b8e46289f13df8 /src/xwidget.h | |
| parent | 362120833bcbbaea94976b6701633e2ed75f6051 (diff) | |
| download | emacs-3c8f5c42870eda1633d2a8920053899efc4234c3.tar.gz emacs-3c8f5c42870eda1633d2a8920053899efc4234c3.zip | |
fixed breakage after merge from trunk
Diffstat (limited to 'src/xwidget.h')
| -rw-r--r-- | src/xwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xwidget.h b/src/xwidget.h index acceb720108..ac405fee12f 100644 --- a/src/xwidget.h +++ b/src/xwidget.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | void x_draw_xwidget_glyph_string P_ ((struct glyph_string *s)); | 1 | void x_draw_xwidget_glyph_string (struct glyph_string *s); |
| 2 | void syms_of_xwidget (); | 2 | void syms_of_xwidget (); |
| 3 | 3 | ||
| 4 | extern Lisp_Object Qxwidget; | 4 | extern Lisp_Object Qxwidget; |
| @@ -37,7 +37,7 @@ struct xwidget_type | |||
| 37 | 37 | ||
| 38 | /* Check that SPEC is a valid image specification for the given | 38 | /* Check that SPEC is a valid image specification for the given |
| 39 | image type. Value is non-zero if SPEC is valid. */ | 39 | image type. Value is non-zero if SPEC is valid. */ |
| 40 | int (* valid_p) P_ ((Lisp_Object spec)); | 40 | int (* valid_p) (Lisp_Object spec); |
| 41 | 41 | ||
| 42 | /* Next in list of all supported image types. */ | 42 | /* Next in list of all supported image types. */ |
| 43 | struct xwidget_type *next; | 43 | struct xwidget_type *next; |