diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h index 3e4bede..63e1689 100644 --- a/src/application.h +++ b/src/application.h @@ -41,6 +41,7 @@ typedef struct MESSENGER_Application int argc; int status; + WINDOW *window; MESSENGER_Chat chat; |