/[freetype]/ft2demos/graph/graph.h
ViewVC logotype

Diff of /ft2demos/graph/graph.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by freetype, Wed Nov 16 16:56:24 2005 UTC revision 1.10 by wl, Mon Nov 21 17:30:33 2005 UTC
# Line 29  Line 29 
29    /* define the global error variable */    /* define the global error variable */
30    extern int  grError;    extern int  grError;
31    
   /* initialisation */  
   extern int  grInit( void );  
   
   /* finalisation */  
   extern void grDone( void );  
   
32    
33    /* pixel mode constants */    /* pixel mode constants */
34    typedef enum grPixelMode    typedef enum grPixelMode
# Line 383  Line 377 
377    grDeviceChain*  grInitDevices( void );    grDeviceChain*  grInitDevices( void );
378    
379    
380     /**********************************************************************
381      *
382      * <Function>
383      *    grDoneDevices
384      *
385      * <Description>
386      *    Finalize all devices activated with grInitDevices.
387      *
388      **********************************************************************/
389    
390      extern
391      void  grDoneDevices( void );
392    
393    
394   /**********************************************************************   /**********************************************************************
395    *    *

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26