CvtCache.h

Go to the documentation of this file.
00001 /* $Xorg: CvtCache.h,v 1.4 2001/02/09 02:03:52 xorgcvs Exp $ */
00002 
00003 /*
00004  
00005 Copyright 1989, 1998  The Open Group
00006 
00007 Permission to use, copy, modify, distribute, and sell this software and its
00008 documentation for any purpose is hereby granted without fee, provided that
00009 the above copyright notice appear in all copies and that both that
00010 copyright notice and this permission notice appear in supporting
00011 documentation.
00012 
00013 The above copyright notice and this permission notice shall be included in
00014 all copies or substantial portions of the Software.
00015 
00016 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00017 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00018 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
00019 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
00020 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00021 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00022 
00023 Except as contained in this notice, the name of The Open Group shall not be
00024 used in advertising or otherwise to promote the sale, use or other dealings
00025 in this Software without prior written authorization from The Open Group.
00026 
00027 */
00028 /* $XFree86: xc/lib/Xmu/CvtCache.h,v 1.6 2001/01/17 19:42:54 dawes Exp $ */
00029 
00030 /*
00031  *                             Public Interfaces
00032  * 
00033  * XmuCvtCache *XmuCvtCacheLookupDisplay (dpy)
00034  *     Display *dpy;
00035  */
00036 
00037 #ifndef _XMU_CVTCACHE_H_
00038 #define _XMU_CVTCACHE_H_
00039 
00040 #include <X11/Xmu/DisplayQue.h>
00041 #include <X11/Xfuncproto.h>
00042 
00043 typedef struct _XmuCvtCache {
00044     struct {
00045         char **bitmapFilePath;
00046     } string_to_bitmap;
00047     /* add other per-display data that needs to be cached */
00048 } XmuCvtCache;
00049 
00050 _XFUNCPROTOBEGIN
00051 
00052 XmuCvtCache *_XmuCCLookupDisplay
00053 (
00054  Display        *dpy
00055  );
00056 
00057 extern void _XmuStringToBitmapInitCache(XmuCvtCache *c);
00058 extern void _XmuStringToBitmapFreeCache(XmuCvtCache *c);
00059 
00060 _XFUNCPROTOEND
00061 
00062 #endif /* _XMU_CVTCACHE_H_ */

Generated on Sun Mar 4 15:03:56 2007 for Scilab [trunk] by  doxygen 1.5.1