comparison ui.h @ 659:fc19ab0334b1

Match th-libs API changes for ringbuffers.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Feb 2015 01:40:29 +0200
parents 5b059a85cab8
children f212cbfbd93c
comparison
equal deleted inserted replaced
658:04aabecd922a 659:fc19ab0334b1
36 } nn_line_t; 36 } nn_line_t;
37 37
38 38
39 typedef struct 39 typedef struct
40 { 40 {
41 qringbuf_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