Sync with KolibriOS trunk
Tested on r9710.
This commit is contained in:
@@ -49,14 +49,6 @@ font smoothing: 0 - off
|
||||
/> dump_win_pos 2
|
||||
0: 0
|
||||
1: 1
|
||||
/> dump_taskdata 2
|
||||
event_mask: 0
|
||||
pid: 2
|
||||
state: 0x0
|
||||
wnd_number: 2
|
||||
counter_sum: 0
|
||||
counter_add: 0
|
||||
cpu_usage: 0
|
||||
/> dump_appdata 2
|
||||
app_name: OS
|
||||
except_mask: 0
|
||||
@@ -65,6 +57,9 @@ cur_dir:
|
||||
draw_bgr_x: 0
|
||||
draw_bgr_y: 0
|
||||
event_mask: 0
|
||||
tid: 2
|
||||
state: 0x0
|
||||
wnd_number: 2
|
||||
terminate_protection: 1
|
||||
keyboard_mode: 0
|
||||
captionEncoding: 0
|
||||
|
||||
@@ -31,7 +31,6 @@ set_window_colors 0 0 0 0 0 0 0 0 0 0
|
||||
|
||||
dump_win_stack 2
|
||||
dump_win_pos 2
|
||||
dump_taskdata 2
|
||||
dump_appdata 2
|
||||
|
||||
process_info -1
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
ifndef HOST
|
||||
$(error "Set HOST variable to linux/windows")
|
||||
endif
|
||||
|
||||
ifndef COVERAGE
|
||||
UMKA_SHELL ?= ../umka_shell
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user