Subversion Repositories Kolibri OS

Rev

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

Rev 7089 Rev 7163
Line 11... Line 11...
11
//===================================================//
11
//===================================================//
Line 12... Line 12...
12
 
12
 
13
proc_info Form;
13
proc_info Form;
14
dword pick_active = true;
14
dword pick_active = true;
15
dword picked_color = 0;
15
dword picked_color = 0;
16
char picked_color_string[11]="0x00111222\0";
16
char picked_color_string[11];
17
#define FORM_W 167
17
#define FORM_W 167
18
#define FORM_H 60
18
#define FORM_H 60
19
#define COLOR_BLOCK_SIZE 42
19
#define COLOR_BLOCK_SIZE 42
20
#define COLOR_BLOCK_PADDING FORM_H - COLOR_BLOCK_SIZE / 2
20
#define COLOR_BLOCK_PADDING FORM_H - COLOR_BLOCK_SIZE / 2
Line 87... Line 87...
87
	DrawCopyButton(67, 11, 35, 14, 0x777777);
87
	DrawCopyButton(67, 11, 35, 14, 0x777777);
Line 88... Line 88...
88
 
88
 
89
	EventUpdateWindowContent();
89
	EventUpdateWindowContent();
Line 90... Line -...
90
}
-
 
91
 
90
}
92
 
91
 
93
void EventUpdateWindowContent()
92
void EventUpdateWindowContent()
94
{
93
{