Mercurial > emacs
changeset 29309:7f49fb2648f1
(CP_DEFAULT): Define.
(Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 30 May 2000 21:14:28 +0000 |
parents | 190498891c51 |
children | 2ffc1fff111a |
files | src/w32term.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.h Tue May 30 21:07:54 2000 +0000 +++ b/src/w32term.h Tue May 30 21:14:28 2000 +0000 @@ -39,6 +39,8 @@ #define FONT_MAX_WIDTH(f) \ ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth) +#define CP_DEFAULT 1004 + #define CHECK_W32_FRAME(f, frame) \ if (NILP (frame)) \ f = SELECTED_FRAME (); \ @@ -824,3 +826,6 @@ XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *); struct frame * check_x_frame (Lisp_Object); +EXFUN (Fx_display_color_p, 1); +EXFUN (Fx_display_grayscale_p, 1); +int image_ascent P_ ((struct image *, struct face *));