VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/dixfontstubs.h@ 83531

Last change on this file since 83531 was 54163, checked in by vboxsync, 10 years ago

Additions/x11/vboxvideo: support X.Org Server 1.17 (still untested).

  • Property svn:eol-style set to native
File size: 1.9 KB
Line 
1#ifndef DIXFONTSTUBS_H
2#define DIXFONTSTUBS_H 1
3
4/*
5 * libXfont stubs replacements
6 * This header exists solely for the purpose of sdksyms generation;
7 * source code should #include "dixfonts.h" instead, which pulls in these
8 * declarations from <X11/fonts/fontproto.h>
9 */
10extern _X_EXPORT int client_auth_generation(ClientPtr client);
11
12extern _X_EXPORT void DeleteFontClientID(Font id);
13
14extern _X_EXPORT int GetDefaultPointSize(void);
15
16extern _X_EXPORT Font GetNewFontClientID(void);
17
18extern _X_EXPORT int init_fs_handlers(FontPathElementPtr fpe,
19 BlockHandlerProcPtr block_handler);
20
21extern _X_EXPORT int RegisterFPEFunctions(NameCheckFunc name_func,
22 InitFpeFunc init_func,
23 FreeFpeFunc free_func,
24 ResetFpeFunc reset_func,
25 OpenFontFunc open_func,
26 CloseFontFunc close_func,
27 ListFontsFunc list_func,
28 StartLfwiFunc start_lfwi_func,
29 NextLfwiFunc next_lfwi_func,
30 WakeupFpeFunc wakeup_func,
31 ClientDiedFunc client_died,
32 LoadGlyphsFunc load_glyphs,
33 StartLaFunc start_list_alias_func,
34 NextLaFunc next_list_alias_func,
35 SetPathFunc set_path_func);
36
37extern _X_EXPORT void remove_fs_handlers(FontPathElementPtr fpe,
38 BlockHandlerProcPtr blockHandler,
39 Bool all);
40
41extern _X_EXPORT int StoreFontClientFont(FontPtr pfont, Font id);
42
43#endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette