Mercurial > hg > xemacs-beta
diff src/dialog-msw.c @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | e11d67e05968 |
children | a4f53d9b3154 |
line wrap: on
line diff
--- a/src/dialog-msw.c Mon Aug 13 10:35:55 2007 +0200 +++ b/src/dialog-msw.c Mon Aug 13 10:36:47 2007 +0200 @@ -174,7 +174,7 @@ } /* Given button TEXT, return button width in DLU */ -static inline unsigned int +static unsigned int button_width (Lisp_Object text) { unsigned int width = X_DLU_PER_CHAR * XSTRING_CHAR_LENGTH (text);