/[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.7 by marcus, Mon Jun 24 01:05:27 2002 UTC revision 1.8 by marcus, Thu Aug 22 19:10:52 2002 UTC
# Line 36  error_t display_create (display_t *r_dis Line 36  error_t display_create (display_t *r_dis
36  /* Destroy the display DISPLAY.  */  /* Destroy the display DISPLAY.  */
37  void display_destroy (display_t display);  void display_destroy (display_t display);
38    
39    /* Return the dimension of the display in bytes.  */
40    off_t display_get_size (display_t display);
41    
42  /* Return the dimensions of the display DISPLAY in *WINSIZE.  */  /* Return the dimensions of the display DISPLAY in *WINSIZE.  */
43  void display_getsize (display_t display, struct winsize *winsize);  void display_getsize (display_t display, struct winsize *winsize);
44    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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