# HG changeset patch # User Eli Zaretskii # Date 989665342 0 # Node ID 6bc1c4d4eb50839ef7642c5613c590f2986721af # Parent 3cd95315d9a7681eed02cc48c85bdff1f9afa594 (w32_to_x_font): Change prototype to fit the declaration. (x_to_w32_font): Add prototype. diff -r 3cd95315d9a7 -r 6bc1c4d4eb50 src/w32fns.c --- a/src/w32fns.c Sat May 12 10:54:10 2001 +0000 +++ b/src/w32fns.c Sat May 12 11:02:22 2001 +0000 @@ -32,12 +32,12 @@ #include "charset.h" #include "dispextern.h" #include "w32term.h" +#include "keyboard.h" #include "frame.h" #include "window.h" #include "buffer.h" #include "fontset.h" #include "intervals.h" -#include "keyboard.h" #include "blockinput.h" #include "epaths.h" #include "w32heap.h" @@ -5518,7 +5518,9 @@ struct font_info *w32_load_bdf_font (struct frame *f, char *fontname, int size, char* filename); static Lisp_Object w32_list_bdf_fonts (Lisp_Object pattern, int max_names); -BOOL w32_to_x_font (LOGFONT * lplf, char * lpxstr, int len, char * charset); +static BOOL w32_to_x_font (LOGFONT * lplf, char * lpxstr, int len, + char * charset); +static BOOL x_to_w32_font (char *lpxstr, LOGFONT *lplogfont); static struct font_info * w32_load_system_font (f,fontname,size)