aboutsummaryrefslogtreecommitdiffstats
path: root/src/xwidget.h
diff options
context:
space:
mode:
authorJoakim Verona2010-08-27 12:31:40 +0200
committerJoakim Verona2010-08-27 12:31:40 +0200
commit3c8f5c42870eda1633d2a8920053899efc4234c3 (patch)
treeb00ac4f45c9eae05a36d8a4e23b8e46289f13df8 /src/xwidget.h
parent362120833bcbbaea94976b6701633e2ed75f6051 (diff)
downloademacs-3c8f5c42870eda1633d2a8920053899efc4234c3.tar.gz
emacs-3c8f5c42870eda1633d2a8920053899efc4234c3.zip
fixed breakage after merge from trunk
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;