summaryrefslogtreecommitdiff
path: root/testing/toxic/windows.h
diff options
context:
space:
mode:
authorplutooo <tfy12vbr@student.lu.se>2013-07-31 11:20:16 -0700
committerplutooo <tfy12vbr@student.lu.se>2013-07-31 11:20:16 -0700
commit0815d1110d452f174bc523c11291b8da41e01d4a (patch)
tree4a177316087771d4fff0257a9fa5b14fa51b9db3 /testing/toxic/windows.h
parent2247b7fad552d75eb0e0f4407970aa76f64b8942 (diff)
toxic: Made everything 1000x more userfriendly.
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};