Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9966 → Rev 9967

/kernel/trunk/const.inc
485,6 → 485,22
height dd ?
ends
 
struct process_information
cpu_usage dd ? ; +0
window_stack_position dw ? ; +4
window_stack_value dw ? ; +6
dw ? ; +8
process_name rb 12 ; +10
memory_start dd ? ; +22
used_memory dd ? ; +26
PID dd ? ; +30
box BOX ; +34
slot_state dw ? ; +50
dw ? ; +52
client_box BOX ; +54
wnd_state db ? ; +70
ends
 
struct APPDATA
app_name rb 11
rb 5