/[gxemul]/trunk/src/include/console.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/console.h

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

revision 19 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: console.h,v 1.12 2005/02/06 15:15:04 debug Exp $   *  $Id: console.h,v 1.13 2005/11/23 02:17:02 debug Exp $
32   *   *
33   *  Console functions.  (See console.c for more info.)   *  Console functions.  (See console.c for more info.)
34   */   */
# Line 51  void console_get_framebuffer_mouse(int * Line 51  void console_get_framebuffer_mouse(int *
51  void console_set_framebuffer_mouse(int x, int y, int fb_nr);  void console_set_framebuffer_mouse(int x, int y, int fb_nr);
52  void console_getmouse(int *x, int *y, int *buttons, int *fb_nr);  void console_getmouse(int *x, int *y, int *buttons, int *fb_nr);
53  void console_slave(char *arg);  void console_slave(char *arg);
54    int console_are_slaves_allowed(void);
55    void console_warn_if_slaves_are_needed(void);
56  int console_start_slave(struct machine *machine, char *consolename);  int console_start_slave(struct machine *machine, char *consolename);
57  int console_start_slave_inputonly(struct machine *machine, char *consolename);  int console_start_slave_inputonly(struct machine *machine, char *consolename);
58  void console_init_main(struct emul *);  void console_init_main(struct emul *);

Legend:
Removed from v.19  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26