From 3383d8e5561dfc6fb2b65e0a194df94ccb5e08af Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 21 Jan 2015 23:27:31 -0200 Subject: Sorry about the mega-patch. This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.) --- ListItem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ListItem.h') diff --git a/ListItem.h b/ListItem.h index 46d2d653..b48f0acd 100644 --- a/ListItem.h +++ b/ListItem.h @@ -15,6 +15,7 @@ typedef struct ListItem_ { Object super; char* value; int key; + bool moving; } ListItem; -- cgit v1.2.3