File: mouse.h

package info (click to toggle)
aca 0.1.6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 492 kB
  • ctags: 569
  • sloc: ansic: 4,254; sh: 2,237; makefile: 256
file content (16 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

/*
 * $Id: mouse.h,v 1.2 2001/01/02 14:16:15 zakkr Exp $
 */

#ifndef __MOUSE_H
#define	__MOUSE_H

#ifdef HAVE_MOUSE

	extern int	init_mouse();
	extern int	aca_Gpm_Wgetch(WINDOW *win);

#endif /* HAVE_MOUSE */

#endif