diff options
Diffstat (limited to 'include/X11/fonts/fontproto.h')
-rw-r--r-- | include/X11/fonts/fontproto.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/include/X11/fonts/fontproto.h b/include/X11/fonts/fontproto.h index ca341da..23b8df6 100644 --- a/include/X11/fonts/fontproto.h +++ b/include/X11/fonts/fontproto.h @@ -29,19 +29,19 @@ authorization from The XFree86 Project Inc.. extern _X_EXPORT int RegisterFPEFunctions ( NameCheckFunc name_func, - InitFpeFunc init_func, - FreeFpeFunc free_func, - ResetFpeFunc reset_func, - OpenFontFunc open_func, - CloseFontFunc close_func, - ListFontsFunc list_func, - StartLfwiFunc start_lfwi_func, - NextLfwiFunc next_lfwi_func, - WakeupFpeFunc wakeup_func, - ClientDiedFunc client_died, - LoadGlyphsFunc load_glyphs, - StartLaFunc start_list_alias_func, - NextLaFunc next_list_alias_func, + InitFpeFunc init_func, + FreeFpeFunc free_func, + ResetFpeFunc reset_func, + OpenFontFunc open_func, + CloseFontFunc close_func, + ListFontsFunc list_func, + StartLfwiFunc start_lfwi_func, + NextLfwiFunc next_lfwi_func, + WakeupFpeFunc wakeup_func, + ClientDiedFunc client_died, + LoadGlyphsFunc load_glyphs, + StartLaFunc start_list_alias_func, + NextLaFunc next_list_alias_func, SetPathFunc set_path_func); extern _X_EXPORT int GetDefaultPointSize ( void ); |