From b8458271fba9929831dcc71d86c205fb52578e3a Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 12 Feb 2012 19:00:41 +0100 Subject: Added text bar on bottom of window --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') diff --git a/types.h b/types.h index ddf6cf6..9228558 100644 --- a/types.h +++ b/types.h @@ -34,6 +34,7 @@ typedef enum { typedef struct { const char *name; /* as given by user */ const char *path; /* always absolute */ + const char *base; bool loaded; } fileinfo_t; -- cgit v1.2.3-54-g00ecf