| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | update Object.Ref to be a struct | Nathan Reiner | 2025-08-27 |
| | | |||
| * | Add ancillary data mechanism to send fds to compositor. | Nathan Reiner | 2025-08-27 |
| | | | | | | | | | Currently we are just attaching the fds to the object id. In theory this is not a valid implementation, since if we have more than MAX_FD file descriptors this will not work. But since this wont be the case in basically all cases of the wayland protocol, we can just ignore that for now. | ||
| * | object refactor and add wl output | Nathan Reiner | 2025-08-22 |
| | | | | | | Now the Object is held by the registry instead of the struct its referencing and the struct only has a `handle` which is a usize. | ||
| * | First sketch of wayland interface | Nathan Reiner | 2025-08-18 |
| **WARNING** this implementation is not working properly yet. | |||