Edit

IABSD.fr/xenocara/proto/xf86bigfontproto/xf86bigfont.h

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-11-25 15:43:19
    Hash : fc2e867f
    Message : import from X.Org 7.2RC2

  • proto/xf86bigfontproto/xf86bigfont.h
  • /* $XFree86: xc/include/extensions/xf86bigfont.h,v 1.1 2000/02/08 17:18:25 dawes Exp $ */
    /*
     * Declarations for the BIGFONT extension.
     *
     * Copyright (c) 1999-2000  Bruno Haible
     * Copyright (c) 1999-2000  The XFree86 Project, Inc.
     */
    
    /* THIS IS NOT AN X CONSORTIUM STANDARD */
    
    #ifndef _XF86BIGFONT_H_
    #define _XF86BIGFONT_H_
    
    #include <X11/Xfuncproto.h>
    
    #define X_XF86BigfontQueryVersion	0
    #define X_XF86BigfontQueryFont		1
    
    #define XF86BigfontNumberEvents		0
    
    #define XF86BigfontNumberErrors		0
    
    #ifdef _XF86BIGFONT_SERVER_
    
    _XFUNCPROTOBEGIN
    
    #include <X11/fonts/font.h>
    
    extern void XFree86BigfontExtensionInit(void);
    extern void XF86BigfontFreeFontShm(FontPtr);
    extern void XF86BigfontCleanup(void);
    
    _XFUNCPROTOEND
    
    #endif /* _XF86BIGFONT_SERVER_ */
    
    #endif /* _XF86BIGFONT_H_ */