Subversion Repositories Kolibri OS

Rev

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

Rev 6278 Rev 6641
Line 153... Line 153...
153
				{
153
				{
154
					aim=RESOLVE;
154
					aim=RESOLVE;
155
					GetSettings();
155
					GetSettings();
156
					DrawLoginScreen();
156
					DrawLoginScreen();
157
				}
157
				}
158
				EAX=key_ascii<<8;
158
				EAX = key_editbox;
159
				edit_box_key stdcall(#login_box);
159
				edit_box_key stdcall(#login_box);
160
				edit_box_key stdcall(#pass_box);
160
				edit_box_key stdcall(#pass_box);
161
				break;
161
				break;
Line 162... Line 162...
162
				
162