Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 7753 → Rev 7754

/programs/cmm/TWB/anchors.h
1,6 → 1,5
 
struct _anchors {
char current_anchor_name[100];
collection anchor_name;
collection anchor_position;
void add();
/programs/cmm/browser/WebView.c
489,7 → 489,7
dword anchor_pos;
anchor_pos = strrchr(#URL, '#')-1;
strlcpy(#anchors.current_anchor_name, #URL+anchor_pos, sizeof(anchor)-1);
strlcpy(#anchor, #URL+anchor_pos, sizeof(anchor)-1);
URL[anchor_pos] = 0x00;
 
if (URL[0] == NULL) {
/programs/cmm/lib/draw_buf.h
50,8 → 50,9
{
dword i;
dword max_i = bufw * bufh * 4 + buf_data + 8;
fill_color = i_fill_color;
for (i=buf_data+start_pointer+8; i<max_i; i+=4) ESDWORD[i] = fill_color;
EDI = fill_color = i_fill_color;
for (ESI=buf_data+start_pointer+8; ESI<max_i; ESI+=4) ESDWORD[ESI] = EDI;
//for (i=buf_data+start_pointer+8; i<max_i; i+=4) ESDWORD[i] = fill_color;
}
 
void DrawBufer::DrawBar(dword x, y, w, h, color)
/programs/demos/firework/trunk/firework.asm
433,7 → 433,7
ret
 
; DATA AREA
window_title db 'Firework demo',0
window_title db 'Firework',0
align SIMD_BYTES
sub_mask db SIMD_BYTES dup 0x01
; x, y, x_speed, y_speed, color
/programs/media/animage/trunk/panel_zoom.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream