Refactoring to webui FFI.

This commit is contained in:
2025-09-05 11:49:40 +02:00
parent 74295f7d7e
commit 12e9d3ad94
7 changed files with 644 additions and 80 deletions

View File

@@ -31,13 +31,15 @@
(
[style #:auto #:mutable]
)
#:auto-value (make-hash))
#:auto-value (make-hash)
#:transparent)
(define-struct css-stylesheet
(
[sheet #:auto #:mutable]
)
#:auto-value (make-hashalw))
#:auto-value (make-hashalw)
#:transparent)
(define st-style style-style)
(define make-st make-style)