From 0815d1110d452f174bc523c11291b8da41e01d4a Mon Sep 17 00:00:00 2001 From: plutooo Date: Wed, 31 Jul 2013 11:20:16 -0700 Subject: toxic: Made everything 1000x more userfriendly. --- testing/toxic/windows.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testing/toxic/windows.h') diff --git a/testing/toxic/windows.h b/testing/toxic/windows.h index 480fd658..dde1430f 100644 --- a/testing/toxic/windows.h +++ b/testing/toxic/windows.h @@ -1,3 +1,9 @@ +/* + * Toxic -- Tox Curses Client + */ + +#include + typedef struct ToxWindow_ ToxWindow; struct ToxWindow_ { @@ -11,6 +17,7 @@ struct ToxWindow_ { char title[256]; void* x; + bool blink; WINDOW* window; }; -- cgit v1.2.3