home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / mouse.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  1KB  |  33 lines

  1. /************************************************************************
  2.  * This program is Copyright (C) 1986-1996 by Jonathan Payne.  JOVE is  *
  3.  * provided to you without charge, and with no warranty.  You may give  *
  4.  * away copies of JOVE, including sources, provided that this notice is *
  5.  * included in all the files.                                           *
  6.  ************************************************************************/
  7.  
  8. #ifdef MOUSE    /* the body is the rest of this file */
  9.  
  10. extern void
  11.     MouseOn proto((void)),
  12.     MouseOff proto((void)),
  13.  
  14.     xjMousePoint proto((void)),
  15.     xjMouseMark proto((void)),
  16.     xjMouseWord proto((void)),
  17.     xjMouseLine proto((void)),
  18.     xjMouseYank proto((void)),
  19.     xjMouseCopyCut proto((void)),
  20.  
  21.     xtMouseYank proto((void)),
  22.     xtMousePointYank proto((void)),
  23.     xtMouseCutPointYank proto((void)),
  24.     xtMouseExtend proto((void)),
  25.     xtMouseMark proto((void)),
  26.     xtMouseMarkDragPointCopy proto((void)),
  27.     xtMouseNull proto((void)),
  28.     xtMousePoint proto((void));
  29.  
  30. extern bool    XtermMouse;    /* VAR: should we enable xterm mouse? */
  31.  
  32. #endif /* MOUSE */
  33.