This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
hilbert-os/documentation/compositor.txt

26 lines
489 B
Text

compositors listen on the socket id "hilbert.compositor".
data types:
color24:
byte: red
byte: green
byte: blue
color24 rectangle:
multiple color24's, top to bottom by row, left to right within row
messages from applications to compositor:
open window:
byte: 0x00
dword: window width
dword: window height
update window region:
byte: 0x01
dword: start x
dword: start y
dword: width
dword: height
color24 rectangle: the data