comparison ui.h @ 668:f212cbfbd93c

Bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Feb 2016 07:04:48 +0200
parents fc19ab0334b1
children 6fa9c36d0634
comparison
equal deleted inserted replaced
667:f004877a3f51 668:f212cbfbd93c
1 /* 1 /*
2 * NNChat - Custom chat client for NewbieNudes.com chatrooms 2 * NNChat - Custom chat client for NewbieNudes.com chatrooms
3 * Written by Matti 'ccr' Hämäläinen 3 * Written by Matti 'ccr' Hämäläinen
4 * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) 4 * (C) Copyright 2008-2016 Tecnic Software productions (TNSP)
5 */ 5 */
6 #ifndef LIBNNUI_H 6 #ifndef LIBNNUI_H
7 #define LIBNNUI_H 7 #define LIBNNUI_H
8 8
9 #ifdef __WIN32 9 #ifdef __WIN32
36 } nn_line_t; 36 } nn_line_t;
37 37
38 38
39 typedef struct 39 typedef struct
40 { 40 {
41 th_ringbuf_t *data; // "Backbuffer" data for this window 41 th_ringbuf_t *data; // "Backbuffer" data for this window
42 int pos; // Current position in the window, 0 = real time 42 int pos; // Current position in the window, 0 = real time
43 BOOL dirty; 43 BOOL dirty;
44 44
45 int num; 45 int num;
46 char *id; // Chatter ID, NULL = main window 46 char *id; // Chatter ID, NULL = main window