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 157... Line 157...
157
}
157
}
Line 158... Line 158...
158
 
158
 
159
void DrawStatusBar(char *s)
159
void DrawStatusBar(char *s)
160
{
160
{
161
	I_Param = s; 
161
	I_Param = s; 
162
	WriteTextWithBg(PD, 35+PD, 0xD0, sc.work_text, I_Param, sc.work_light);
162
	WriteTextWithBg(PD, 35+PD, 0xD0, sc.work_text, I_Param, sc.light);
Line 163... Line 163...
163
}
163
}
164
 
164
 
165
dword ScreenshotBuf()
165
dword ScreenshotBuf()