comparison ui.h @ 622:bb6b07b44800

Network code is being generalized into a th-libs module.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 May 2014 07:31:20 +0300
parents 97a49a6cc959
children 118276b60667
comparison
equal deleted inserted replaced
621:29b8ff5b625b 622:bb6b07b44800
55 55
56 typedef struct 56 typedef struct
57 { 57 {
58 time_t prevKeepAlive; 58 time_t prevKeepAlive;
59 BOOL insertMode, isError, update, mask, done; 59 BOOL insertMode, isError, update, mask, done;
60 nn_conn_t *conn; 60 th_conn_t *conn;
61 void (*debugMsg)(const char *fmt, ...); 61 void (*debugMsg)(const char *fmt, ...);
62 } nn_editstate_t; 62 } nn_editstate_t;
63 63
64 64
65 extern nn_window_t *currWin; 65 extern nn_window_t *currWin;