summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.h b/window.h
index 185d2f017..15157cc7d 100644
--- a/window.h
+++ b/window.h
@@ -431,6 +431,8 @@ assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d));
typedef struct {
int sel;
CargoID cargo;
+ struct RefitList *list;
+ uint length;
} refit_d;
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));