gui2: more work, added image viewer.

This commit is contained in:
Martin Preuss
2026-01-14 22:57:14 +01:00
parent 99c58d13e2
commit 37689fbc1d
7 changed files with 393 additions and 173 deletions

View File

@@ -40,7 +40,8 @@
.equ OBJECT_SIGNAL_CREATE = 1
.equ OBJECT_SIGNAL_DESTROY = 2
.equ OBJECT_SIGNAL_TIMER = 3
.equ OBJECT_SIGNAL_NEXTFREE = 4
.equ OBJECT_SIGNAL_RECVMSG = 4 ; X=msg
.equ OBJECT_SIGNAL_NEXTFREE = 5