Sync with KolibriOS trunk

Tested on r9710.
This commit is contained in:
2022-02-09 04:27:49 +03:00
parent 86a684c92b
commit 3cf74d2664
8 changed files with 37 additions and 114 deletions
+3 -8
View File
@@ -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
-1
View File
@@ -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
+4
View File
@@ -1,3 +1,7 @@
ifndef HOST
$(error "Set HOST variable to linux/windows")
endif
ifndef COVERAGE
UMKA_SHELL ?= ../umka_shell
else