Commit Briefs

810620b95f Onana Onana Xavier Manuel

Fixed nesting exit after kill -9 (master)


6ba5dbba0a Onana Onana Xavier Manuel

Implemented first level nesting with button 3 and exit

kill/pkill -9. ria can also reclaim RIA_SOCK_PATH after kill -9.


ee1d108f5e Onana Onana Xavier Manuel

Added array to identify poll types and changed the path for

storing sockets to /tmp/ria/sock instead of /tmp/ria


61d67952bb Onana Onana Xavier Manuel

Initial import


Branches

Tags

This repository contains no tags

Tree

READMEcommits | blame
TODOcommits | blame
libria/
prot.hcommits | 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.