Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8424 → Rev 8425

/programs/cmm/browser/TWB/TWB.c
304,6 → 304,11
Paint();
NewLine();
list.count = draw_y;
 
DrawBuf.bufh = math.max(list.visible, draw_y);
debugval("DrawBuf.bufh", DrawBuf.bufh);
buf_data = realloc(buf_data, DrawBuf.bufh * DrawBuf.bufw * 4 + 8);
 
list.CheckDoesValuesOkey();
anchors.current = NULL;
custom_encoding = -1;