diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-31 17:00:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-31 17:00:20 +0000 |
commit | 06411e0cbe5f45be876dcf54a32b9f800a883495 (patch) | |
tree | 00611c177a7f8f2b3835b4cb5e5ff7373e89eaad /sys/dev/ic/stireg.h | |
parent | a75fcd575a93a167bc930041171d925a14d32d0e (diff) |
Working wscons attachment and block move operations; joint debug by mickey
and myself.
wsdisplay at sti will be enabled as soon as byte-size rom font loading is done.
Diffstat (limited to 'sys/dev/ic/stireg.h')
-rw-r--r-- | sys/dev/ic/stireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/stireg.h b/sys/dev/ic/stireg.h index 49c8c4f47e8..12167657925 100644 --- a/sys/dev/ic/stireg.h +++ b/sys/dev/ic/stireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stireg.h,v 1.4 2002/03/14 01:26:55 millert Exp $ */ +/* $OpenBSD: stireg.h,v 1.5 2003/01/31 17:00:19 miod Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -317,6 +317,7 @@ typedef struct sti_blkmvin { u_int8_t bg_colour; u_int16_t srcx, srcy, dstx, dsty; u_int16_t width, height; + u_int16_t pad; void *future; } *sti_blkmvin_t; |