/[hurd]/hurd/console/display.h
ViewVC logotype

Diff of /hurd/console/display.h

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

revision 1.9 by marcus, Thu Aug 29 23:57:44 2002 UTC revision 1.10 by marcus, Tue Jun 3 21:19:00 2003 UTC
# Line 1  Line 1 
1  /* display.h - Interface to the display component of a virtual console.  /* display.h - Interface to the display component of a virtual console.
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2003 Free Software Foundation, Inc.
3     Written by Marcus Brinkmann.     Written by Marcus Brinkmann.
4    
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
# Line 30  void display_init (void); Line 30  void display_init (void);
30    
31  /* Create a new virtual console display, with the system encoding  /* Create a new virtual console display, with the system encoding
32     being ENCODING and the default colors being FOREGROUND and BACKGROUND.  */     being ENCODING and the default colors being FOREGROUND and BACKGROUND.  */
33  error_t display_create (display_t *r_display, const char *encoding,  error_t
34                          conchar_attr_t attr);  display_create (display_t *r_display, const char *encoding,
35                    conchar_attr_t def_attr, unsigned int lines,
36                    unsigned int width, unsigned int height);
37    
38    
39  /* Destroy the display DISPLAY.  */  /* Destroy the display DISPLAY.  */
40  void display_destroy (display_t display);  void display_destroy (display_t display);

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