diff options
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; |