Subversion Repositories Kolibri OS

Rev

Rev 4728 | Rev 5403 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4728 Rev 4846
Line 97... Line 97...
97
	if (!skin.image) notify("WebView skin file 'wv_skin.png' not found, program will terminate");
97
	if (!skin.image) notify("WebView skin file 'wv_skin.png' not found, program will terminate");
98
	skin.w = DSWORD[skin.image+4];
98
	skin.w = DSWORD[skin.image+4];
99
	skin.h = DSWORD[skin.image+8];
99
	skin.h = DSWORD[skin.image+8];
100
	image_data = DSDWORD[skin.image+24];
100
	image_data = DSDWORD[skin.image+24];
Line 101... Line 101...
101
 
101
 
102
	col_bg = DSDWORD[DSDWORD[skin.image+24]];
102
	col_bg = DSDWORD[image_data];
103
	panel_color  = DSDWORD[skin.w*4*4 + image_data];
103
	panel_color  = DSDWORD[skin.w*4*4 + image_data];
104
	border_color = DSDWORD[skin.w*4*7 + image_data];
104
	border_color = DSDWORD[skin.w*4*7 + image_data];
105
	progress_bar.progress_color = DSDWORD[skin.w*4*10 + image_data];
105
	progress_bar.progress_color = DSDWORD[skin.w*4*10 + image_data];
106
	$and col_bg, 0x00ffffff
106
	$and col_bg, 0x00ffffff