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

Diff of /hurd/console-client/display.h

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

revision 1.3 by marcus, Sun Mar 7 00:27:08 2004 UTC revision 1.4 by marco_g, Thu Jan 6 21:43:53 2005 UTC
# Line 1  Line 1 
1  /* display.h - The interface to and for a display driver.  /* display.h - The interface to and for a display driver.
2     Copyright (C) 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004, 2005 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 141  struct display_ops Line 141  struct display_ops
141       write that covers the whole new screen.  */       write that covers the whole new screen.  */
142    error_t (*set_dimension) (void *handle, unsigned int width,    error_t (*set_dimension) (void *handle, unsigned int width,
143                              unsigned int height);                              unsigned int height);
144    
145      /* Move the mouse cursor to the position X, Y.  If the mouse cursor
146         is visible, update its position.  */
147      error_t (*set_mousecursor_pos) (void *handle, float x, float y);
148    
149      /* If STATUS is set to 0, hide the mouse cursor, otherwise show
150         it.  */
151      error_t (*set_mousecursor_status) (void *handle, int status);
152  };  };
153    
154  #endif  /* _DISPLAY_H_ */  #endif  /* _DISPLAY_H_ */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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