/[hurd]/hurd/console/dynafont.c
ViewVC logotype

Diff of /hurd/console/dynafont.c

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

revision 1.1 by marcus, Sun Mar 17 18:04:49 2002 UTC revision 1.2 by roland, Mon Mar 18 06:57:54 2002 UTC
# Line 22  Line 22 
22  #include <malloc.h>  #include <malloc.h>
23  #include <wchar.h>  #include <wchar.h>
24  #include <hurd/ihash.h>  #include <hurd/ihash.h>
25    #include <string.h>
26    
27  #include "vga-hw.h"  #include "vga-hw.h"
28  #include "vga.h"  #include "vga.h"
# Line 196  dynafont_new (bdf_font_t font, int size, Line 197  dynafont_new (bdf_font_t font, int size,
197  }  }
198    
199    
200  /* Release a dynafont object and its associated resources.  */  /* Release a dynafont object and its associated resources.  */
201  void  void
202  dynafont_free (dynafont_t df)  dynafont_free (dynafont_t df)
203  {  {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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