Kernel: Deleted support MENUET00 header of executable files;

Updated process_information structure.

git-svn-id: svn://kolibrios.org@10008 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Doczom
2024-04-07 16:15:57 +00:00
parent 31193af81e
commit 6345e58caa
2 changed files with 7 additions and 50 deletions

View File

@@ -499,6 +499,8 @@ struct process_information
dw ? ; +52
client_box BOX ; +54
wnd_state db ? ; +70
event_mask dd ? ; +71
keyboard_mode db ? ; +75
ends
struct APPDATA
@@ -573,7 +575,7 @@ TSTATE_TERMINATING = 4
TSTATE_WAITING = 5
TSTATE_FREE = 9
; Window constants:
; Window constants(fl_wstate):
WSTATE_NORMAL = 00000000b
WSTATE_MAXIMIZED = 00000001b
WSTATE_MINIMIZED = 00000010b
@@ -612,12 +614,13 @@ struct WDATA
rb 3
saved_box BOX
cursor dd ?
temp_cursor dd ?
temp_cursor dd ? ;?
draw_bgr_x dd ?
draw_bgr_y dd ?
draw_data RECT
thread dd ? ; ptr APPDATA
rb 12
buttons rd 1 ; ptr array buttons
rb 12 - 4
ends
label WDATA.fl_wstyle byte at WDATA.cl_workarea + 3