diff options
author | herrb <herrb> | 2003-10-15 21:18:50 +0000 |
---|---|---|
committer | herrb <herrb> | 2003-10-15 21:18:50 +0000 |
commit | f138cc5467402c061ed64a8c3f83945e24e2b0d3 (patch) | |
tree | d30b2284123055e84f8468a92a638f50499e3569 /lib | |
parent | 516e94d219b1d2440a5926e1a2f4bfad80e9d721 (diff) |
Add missing symbol definition files for libraries (Matthieu Herrb).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/FS/FS-def.cpp | 38 | ||||
-rw-r--r-- | lib/XRes/XRes-def.cpp | 9 | ||||
-rw-r--r-- | lib/Xfontcache/Xfontcache-def.cpp | 9 | ||||
-rw-r--r-- | lib/Xinerama/Xinerama-def.cpp | 14 | ||||
-rw-r--r-- | lib/XvMC/XvMC-def.cpp | 8 | ||||
-rw-r--r-- | lib/xkbui/xkbui-def.cpp | 16 |
6 files changed, 94 insertions, 0 deletions
diff --git a/lib/FS/FS-def.cpp b/lib/FS/FS-def.cpp new file mode 100644 index 000000000..fd1511263 --- /dev/null +++ b/lib/FS/FS-def.cpp @@ -0,0 +1,38 @@ +LIBRARY FS +VERSION LIBRARY_VERSION +EXPORTS + FSErrorList DATA + FSErrorListSize DATA + FSCloseFont + FSCloseServer + FSFlush + FSFree + FSFreeCatalogues + FSFreeExtensionList + FSFreeFontNames + FSGetCatalogues + FSGetErrorDatabaseText + FSGetErrorText + FSListCatalogues + FSListExtensions + FSListFonts + FSListFontsWithXInfo + FSMalloc + FSMaxRequestSize + FSNextEvent + FSOpenBitmapFont + FSOpenServer + FSQueryExtension + FSQueryXBitmaps16 + FSQueryXBitmaps8 + FSQueryXExtents16 + FSQueryXExtents8 + FSQueryXInfo + FSServerName + FSSetAfterFunction + FSSetCatalogues + FSSetErrorHandler + FSSetIOErrorHandler + FSSync + FSSynchronize +/* $XFree86$ */ diff --git a/lib/XRes/XRes-def.cpp b/lib/XRes/XRes-def.cpp new file mode 100644 index 000000000..1da4ccc16 --- /dev/null +++ b/lib/XRes/XRes-def.cpp @@ -0,0 +1,9 @@ +LIBRARY XRes +VERSION LIBRARY_VERSION +EXPORTS + XResQueryClientPixmapBytes + XResQueryClientResources + XResQueryClients + XResQueryExtension + XResQueryVersion +/* $XFree86$ */ diff --git a/lib/Xfontcache/Xfontcache-def.cpp b/lib/Xfontcache/Xfontcache-def.cpp new file mode 100644 index 000000000..26b141aed --- /dev/null +++ b/lib/Xfontcache/Xfontcache-def.cpp @@ -0,0 +1,9 @@ +LIBRARY Xfontcache +VERSION LIBRARY_VERSION +EXPORTS + FontCacheChangeCacheSettings + FontCacheGetCacheSettings + FontCacheGetCacheStatistics + FontCacheQueryExtension + FontCacheQueryVersion +/* $XFree86$ */ diff --git a/lib/Xinerama/Xinerama-def.cpp b/lib/Xinerama/Xinerama-def.cpp new file mode 100644 index 000000000..01449d15b --- /dev/null +++ b/lib/Xinerama/Xinerama-def.cpp @@ -0,0 +1,14 @@ +LIBRARY Xinerama +VERSION LIBRARY_VERSION +EXPORTS + XPanoramiXAllocInfo + XPanoramiXGetScreenCount + XPanoramiXGetScreenSize + XPanoramiXGetState + XPanoramiXQueryExtension + XPanoramiXQueryVersion + XineramaIsActive + XineramaQueryExtension + XineramaQueryScreens + XineramaQueryVersion +/* $XFree86$ */ diff --git a/lib/XvMC/XvMC-def.cpp b/lib/XvMC/XvMC-def.cpp new file mode 100644 index 000000000..645d03a99 --- /dev/null +++ b/lib/XvMC/XvMC-def.cpp @@ -0,0 +1,8 @@ +LIBRARY XvMC +VERSION LIBRARY_VERSION +EXPORTS + XvMCListSubpictureTypes + XvMCListSurfaceTypes + XvMCQueryExtension + XvMCQueryVersion +/* $XFree86$ */ diff --git a/lib/xkbui/xkbui-def.cpp b/lib/xkbui/xkbui-def.cpp new file mode 100644 index 000000000..4facda60e --- /dev/null +++ b/lib/xkbui/xkbui-def.cpp @@ -0,0 +1,16 @@ +LIBRARY xkbui +VERSION LIBRARY_VERSION +EXPORTS + XbUI_GetViewOpts + XkbUI_DrawChanged + XkbUI_DrawRegion + XkbUI_GetCanvasSize + XkbUI_Init + XkbUI_ResetKeyAppearance + XkbUI_Select + XkbUI_SetCanvasSize + XkbUI_SetKeyAppearance + XkbUI_SetKeyAppearanceByName + XkbUI_SetViewOpts + XkbUI_SimpleInit +/* $XFree86$ */ |