Subversion Repositories Kolibri OS

Rev

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

Rev 5709 Rev 5714
Line 138... Line 138...
138
	}
138
	}
139
}
139
}
Line 140... Line 140...
140
 
140
 
141
 
141
 
142
void MailBoxLoop() {
142
void MailBoxLoop() {
143
	int key, id;
143
	int id;
Line 144... Line 144...
144
	int panels_drag=0, clicked_list=0;
144
	int panels_drag=0, clicked_list=0;
145
	dword line_col, text_col;
145
	dword line_col, text_col;
Line 247... Line 247...
247
				}
247
				}
248
				if (id==CLOSE_CHANGE_CHARSET) goto _MB_DRAW;
248
				if (id==CLOSE_CHANGE_CHARSET) goto _MB_DRAW;
Line 249... Line 249...
249
 
249
 
250
				break;				
250
				break;				
251
			case evKey:
251
			case evKey:
Line 252... Line 252...
252
				key = GetKey();
252
				GetKeys();
253
 
253
 
254
				if (!aim) && (mail_list.ProcessKey(key))
254
				if (!aim) && (mail_list.ProcessKey(key_scancode))
255
				{
255
				{
256
					DrawMailList();
256
					DrawMailList();