Skip to content

Commit

Permalink
Add missing def entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Jun 16, 2024
1 parent 9f05436 commit 1342c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fox32os.def
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ start_dragging_window: jmp [0x00000C30]
new_messagebox: jmp [0x00000C34]
get_active_window_struct: jmp [0x00000C38]
set_window_flags: jmp [0x00000C3C]
new_window_from_resource: jmp [0x00000C40]

; VFS jump table
open: jmp [0x00000D10]
Expand All @@ -60,6 +61,7 @@ handle_widget_key_up: jmp [0x00000E1C]

; resource jump table
get_resource: jmp [0x00000F10]
get_res_in_fxf: jmp [0x00000F14]

; event types
const EVENT_TYPE_BUTTON_CLICK: 0x80000000
Expand Down

0 comments on commit 1342c96

Please sign in to comment.