From 976951dfeb0f36f5ba2c86ade574cff4b64ea8c7 Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Tue, 22 Feb 2011 16:15:12 +0100 Subject: Add support for Alt-Tabbing to the last focused window. --- list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'list.h') diff --git a/list.h b/list.h index ffa323d..ee16e7e 100644 --- a/list.h +++ b/list.h @@ -6,6 +6,7 @@ struct item }; void movetohead(struct item **mainlist, struct item *item); +void movetonext(struct item **mainlist, struct item *item, struct item *next); struct item *additem(struct item **mainlist); void delitem(struct item **mainlist, struct item *item); void listitems(struct item *mainlist); -- cgit v1.2.3