Subversion Repositories Kolibri OS

Rev

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

Rev 6696 Rev 6708
Line 9... Line 9...
9
#include "../lib/gui.h"
9
#include "../lib/gui.h"
10
#include "../lib/list_box.h"
10
#include "../lib/list_box.h"
11
#include "../lib/obj/box_lib.h"
11
#include "../lib/obj/box_lib.h"
12
#include "../lib/io.h"
12
#include "../lib/io.h"
13
#include "../lib/patterns/select_list.h"
13
#include "../lib/patterns/select_list.h"
-
 
14
#include "../lib/patterns/restart_process.h"
Line 14... Line 15...
14
 
15
 
15
//===================================================//
16
//===================================================//
16
//                                                   //
17
//                                                   //
17
//                       DATA                        //
18
//                       DATA                        //
Line 131... Line 132...
131
 
132
 
132
void GetProcessList()
133
void GetProcessList()
133
{
134
{
134
	int i, j;
135
	int i, j;
135
	select_list.count=0;
136
	select_list.count=0;
136
	for (i=0; i<65535; i++)
137
	for (i=0; i
137
	{
138
	{
138
		GetProcessInfo(#Process, i);
139
		GetProcessInfo(#Process, i);
139
		if (Process.name) 
140
		if (Process.name) 
140
		{
141
		{