aboutsummaryrefslogtreecommitdiffstats
path: root/src/xwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xwidget.h')
-rw-r--r--src/xwidget.h4
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 @@
1void x_draw_xwidget_glyph_string P_ ((struct glyph_string *s)); 1void x_draw_xwidget_glyph_string (struct glyph_string *s);
2void syms_of_xwidget (); 2void syms_of_xwidget ();
3 3
4extern Lisp_Object Qxwidget; 4extern 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;