diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-07-28 17:07:34 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-07-28 17:07:34 +0000 |
commit | 859a4e9ddd856b3fa67dcae180d6f22d31d12d17 (patch) | |
tree | 4dfd32ff88ac80fca9308864e08893139b4fcb0b /sys | |
parent | 50c9b42e6cc2fe234b971b4e514dc10cbd14c9e4 (diff) |
documentation
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/dev/creatorreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/creatorreg.h b/sys/arch/sparc64/dev/creatorreg.h index 1236eba8864..1b90199419b 100644 --- a/sys/arch/sparc64/dev/creatorreg.h +++ b/sys/arch/sparc64/dev/creatorreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: creatorreg.h,v 1.3 2002/07/28 06:25:14 fgsch Exp $ */ +/* $OpenBSD: creatorreg.h,v 1.4 2002/07/28 17:07:33 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -215,5 +215,5 @@ #define FBC_DRAWOP_POLYGON 0x07 #define FBC_DRAWOP_RECTANGLE 0x08 #define FBC_DRAWOP_FASTFILL 0x09 -#define FBC_DRAWOP_BCOPY 0x0a -#define FBC_DRAWOP_VSCROLL 0x0b +#define FBC_DRAWOP_BCOPY 0x0a /* block copy: not implemented */ +#define FBC_DRAWOP_VSCROLL 0x0b /* vertical scroll */ |