/[hurd]/hurd/console-client/vga-dynafont.c
ViewVC logotype

Diff of /hurd/console-client/vga-dynafont.c

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

revision 1.1 by marcus, Tue Sep 17 12:26:10 2002 UTC revision 1.2 by marcus, Mon Sep 30 17:13:14 2002 UTC
# Line 309  create_system_font (void) Line 309  create_system_font (void)
309    bdf_error_t bdferr;    bdf_error_t bdferr;
310    bdf_font_t font;    bdf_font_t font;
311    unsigned char bitmap[VGA_FONT_SIZE][VGA_FONT_HEIGHT]; /* 8kB on stack.  */    unsigned char bitmap[VGA_FONT_SIZE][VGA_FONT_HEIGHT]; /* 8kB on stack.  */
312    int width = 9;        /* XXX Find out if we are in 8 or 9 pixel mode.  */    int width = vga_get_font_width ();
313    int i;    int i;
314    
315    /* Add the glyph at position POS to the font for character    /* Add the glyph at position POS to the font for character

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