diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/memdraw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/memdraw.h b/include/memdraw.h index 6e6a77d..b8e7499 100644 --- a/include/memdraw.h +++ b/include/memdraw.h @@ -53,6 +53,8 @@ struct Memimage int shift[NChan]; int mask[NChan]; int nbits[NChan]; + + void *ext_win; }; struct Memcmap |
