Subversion Repositories Kolibri OS

Rev

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

Rev 5651 Rev 5674
Line 50... Line 50...
50
#define LOGIN_HEADER   "Login - Email client Liza 0.9.3"
50
#define LOGIN_HEADER   "Login - Email client Liza 0.9.3"
51
#define OPTIONS_HEADER "Options - Email client Liza 0.9.3"
51
#define OPTIONS_HEADER "Options - Email client Liza 0.9.3"
52
#define MAILBOX_HEADER "Mail Box - Email client Liza 0.9.3"
52
#define MAILBOX_HEADER "Mail Box - Email client Liza 0.9.3"
53
#define BUFFERSIZE		512	
53
#define BUFFERSIZE		512	
54
proc_info Form;
54
proc_info Form;
55
system_colors sc;
-
 
56
#define LBUMP 0xFFFfff
55
#define LBUMP 0xFFFfff
Line 57... Line 56...
57
 
56
 
58
//progress_bar definitions
57
//progress_bar definitions
59
char cur_st_percent;
58
char cur_st_percent;
Line 113... Line 112...
113
	LoginBoxLoop();
112
	LoginBoxLoop();
114
}
113
}
Line 115... Line 114...
115
 
114
 
116
 
115
 
117
int DefineWindow(dword wtitle) {
116
int DefineWindow(dword wtitle) {
118
	sc.get();
117
	system.color.get();
119
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2, WIN_W, WIN_H, 0x73,sc.work); 
118
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2, WIN_W, WIN_H, 0x73,system.color.work); 
120
	DrawTitle(wtitle);
119
	DrawTitle(wtitle);
121
	GetProcessInfo(#Form, SelfInfo);
120
	GetProcessInfo(#Form, SelfInfo);
122
	if (Form.status_window>2) return 0; //rolled_up
121
	if (Form.status_window>2) return 0; //rolled_up