Subversion Repositories Kolibri OS

Rev

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

Rev 4885 Rev 5499
Line 9... Line 9...
9
#include "..\lib\mem.h"
9
#include "..\lib\mem.h"
10
#include "..\lib\strings.h"
10
#include "..\lib\strings.h"
11
#include "..\lib\dll.h"
11
#include "..\lib\dll.h"
12
#include "..\lib\file_system.h"
12
#include "..\lib\file_system.h"
13
#include "..\lib\list_box.h"
13
#include "..\lib\list_box.h"
14
#include "..\lib\figures.h"
14
#include "..\lib\gui.h"
15
#include "..\lib\lib.obj\box_lib.h"
15
#include "..\lib\obj\box_lib.h"
Line 16... Line 16...
16
 
16
 
17
#ifdef LANG_RUS
17
#ifdef LANG_RUS
18
	?define WINDOW_HEADER "“á¯à ¢«¥­¨¥ ⥬®©"
18
	?define WINDOW_HEADER "“á¯à ¢«¥­¨¥ ⥬®©"
19
	?define T_SKINS       "   ’¥¬  ®ª®­"
19
	?define T_SKINS       "   ’¥¬  ®ª®­"
Line 163... Line 163...
163
	int id, key, mouse_clicked;
163
	int id, key, mouse_clicked;
164
	mouse mm;
164
	mouse mm;
Line 165... Line 165...
165
 
165
 
166
	mem_Init();
166
	mem_Init();
167
	SetEventMask(0x27);
167
	SetEventMask(0x27);
168
	if (load_dll2(boxlib, #box_lib_init,0)!=0) notify("'Fatal Error: library doesn't exists /rd/1/lib/box_lib.obj' -E");
168
	if (load_dll2(boxlib, #box_lib_init,0)!=0) notify("'Fatal Error: library doesn't exists /rd/1/lib/box_obj' -E");
169
	list[SKINS].current = list[WALLPAPERS].current = -1;
169
	list[SKINS].current = list[WALLPAPERS].current = -1;
170
	list[SKINS].first = list[WALLPAPERS].first = 0;
170
	list[SKINS].first = list[WALLPAPERS].first = 0;
171
	TabClick(WALLPAPERS);
171
	TabClick(WALLPAPERS);
172
	list[WALLPAPERS].SetSizes(0, 230, 350, 400-PANEL_H, 40, 18);
172
	list[WALLPAPERS].SetSizes(0, 230, 350, 400-PANEL_H, 40, 18);