Subversion Repositories Kolibri OS

Rev

Rev 9597 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9597 Rev 9602
Line 135... Line 135...
135
	}
135
	}
136
}
136
}
Line 137... Line 137...
137
 
137
 
138
void DrawPanelsImage(dword y, n)
138
void DrawPanelsImage(dword y, n)
139
{
139
{
140
	_PutImage(22, y, PIMG_W, PIMG_H, n * PIMG_W * PIMG_H * 3 + #panels_img_data);
140
	PutImage(22, y, PIMG_W, PIMG_H, n * PIMG_W * PIMG_H * 3 + #panels_img_data);
Line 141... Line 141...
141
}
141
}
142
 
142
 
143
void SetDisabledMode()
143
void SetDisabledMode()