[Apps/Magnify] Remove trunk folder and use proper event mask names
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 31s
Build system / Build (pull_request) Failing after 1m50s

This commit is contained in:
2025-05-08 14:48:41 +03:00
parent b8d7f4a022
commit fafa78e61d
3 changed files with 5 additions and 5 deletions

View File

@@ -429,7 +429,7 @@ tup.append_table(img_files, {
{"KPACK", VAR_PROGS .. "/other/kpack/trunk/kpack"},
{"LAUNCHER", VAR_PROGS .. "/system/launcher/trunk/launcher"},
{"LOADDRV", VAR_PROGS .. "/system/loaddrv/loaddrv"},
{"MAGNIFY", VAR_PROGS .. "/demos/magnify/trunk/magnify"},
{"MAGNIFY", VAR_PROGS .. "/demos/magnify/magnify"},
{"MGB", VAR_PROGS .. "/testing/mgb/trunk/mgb"},
{"MOUSEMUL", VAR_PROGS .. "/system/mousemul/trunk/mousemul"},
{"MADMOUSE", VAR_PROGS .. "/other/madmouse/madmouse"},

View File

@@ -19,14 +19,14 @@ dd 0, 0
;---------------------------------------------------------------------
include '../../../macros.inc'
include "../../../KOSfuncs.inc"
include "../../../encoding.inc"
include '../../macros.inc'
include "../../KOSfuncs.inc"
include "../../encoding.inc"
;---------------------------------------------------------------------
START:
mcall SF_SET_EVENTS_MASK, 0x00000027
mcall SF_SET_EVENTS_MASK, EVM_REDRAW or EVM_BUTTON or EVM_MOUSE
mcall SF_SYS_MISC, SSF_HEAP_INIT