summaryrefslogtreecommitdiff
path: root/testing/toxic/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/toxic/windows.h')
-rw-r--r--testing/toxic/windows.h7
1 files changed, 7 insertions, 0 deletions
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 @@
1/*
2 * Toxic -- Tox Curses Client
3 */
4
5#include <stdbool.h>
6
1typedef struct ToxWindow_ ToxWindow; 7typedef struct ToxWindow_ ToxWindow;
2 8
3struct ToxWindow_ { 9struct ToxWindow_ {
@@ -11,6 +17,7 @@ struct ToxWindow_ {
11 char title[256]; 17 char title[256];
12 18
13 void* x; 19 void* x;
20 bool blink;
14 21
15 WINDOW* window; 22 WINDOW* window;
16}; 23};