Subversion Repositories Kolibri OS

Rev

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

Rev 8381 Rev 8383
Line 14... Line 14...
14
//                                                   //
14
//                                                   //
15
//                       LIB                         //
15
//                       LIB                         //
16
//                                                   //
16
//                                                   //
17
//===================================================//
17
//===================================================//
Line 18... Line -...
18
 
-
 
19
#include "../lib/io.h"
18
 
20
#include "../lib/gui.h"
19
#include "../lib/gui.h"
21
#include "../lib/fs.h"
20
#include "../lib/fs.h"
Line 22... Line 21...
22
#include "../lib/list_box.h"
21
#include "../lib/list_box.h"
Line 132... Line 131...
132
			}
131
			}
133
			if (BTN_ID_PROC_KILL == btn) {
132
			if (BTN_ID_PROC_KILL == btn) {
134
				EventKillCurrentProcess();
133
				EventKillCurrentProcess();
135
			}
134
			}
136
			if (BTN_ID_PROC_INFO == btn) {
135
			if (BTN_ID_PROC_INFO == btn) {
137
				io.run("/sys/tinfo", itoa(GetProcessSlot(current_process_id))); 
136
				RunProgram("/sys/tinfo", itoa(GetProcessSlot(current_process_id))); 
138
			}
137
			}
139
			break;
138
			break;
140
		case evReDraw:
139
		case evReDraw:
141
			sc.get();
140
			sc.get();
142
			DefineAndDrawWindow(screen.width/2 - 350, 100, 700, 490, 0x33, sc.work, T_APP_TITLE,0);
141
			DefineAndDrawWindow(screen.width/2 - 350, 100, 700, 490, 0x33, sc.work, T_APP_TITLE,0);