- Description:
- graphics system for OpenBSD
- Last Change:
- Clone URL:
ssh://anonymous@got.onana.net/ria
Commit Briefs
Fixed nesting exit after kill -9 (master)
Implemented first level nesting with button 3 and exit
kill/pkill -9. ria can also reclaim RIA_SOCK_PATH after kill -9.
Added array to identify poll types and changed the path for
storing sockets to /tmp/ria/sock instead of /tmp/ria
Branches
Tree
| README | commits | blame |
| TODO | commits | blame |
| libria/ | |
| prot.h | commits | blame |
| ria/ | |
README
This directory contains the source code for the ria graphics system that can be built and run on OpenBSD when drm is turned off. prot.h Protocol used by libria ria/ The server libria/ Interface to comunicate with ria The goal of this system is to have a simple graphics system that can be easily understood with very little code.
