artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f07c23b
)
Ooops. This should have been committed along with pccons.c
author
pefo
<pefo@openbsd.org>
Sun, 19 Jan 1997 09:58:45 +0000
(09:58 +0000)
committer
pefo
<pefo@openbsd.org>
Sun, 19 Jan 1997 09:58:45 +0000
(09:58 +0000)
sys/arch/arc/include/mouse.h
patch
|
blob
|
history
diff --git
a/sys/arch/arc/include/mouse.h
b/sys/arch/arc/include/mouse.h
index
6fad9f0
..
08920bf
100644
(file)
--- a/
sys/arch/arc/include/mouse.h
+++ b/
sys/arch/arc/include/mouse.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: mouse.h,v 1.
1.1.1 1996/06/24 09:07:17 pefo Exp $
*/
+/* $OpenBSD: mouse.h,v 1.
2 1997/01/19 09:58:45 pefo Exp $
*/
/* $NetBSD: mouse.h,v 1.4 1994/10/27 04:16:10 cgd Exp $ */
/*-
@@
-45,6
+45,8
@@
struct mouseinfo {
/* Ioctl definitions */
#define MOUSEIOC ('M'<<8)
-#define MOUSEIOCREAD (MOUSEIOC|60)
+#define MOUSEIOCREAD (MOUSEIOC|60)
+#define MOUSEIOCSRAW (MOUSEIOC|61)
+#define MOUSEIOCSCOOKED (MOUSEIOC|62)
#endif /* !_MOUSE_H_ */