aboutsummaryrefslogtreecommitdiff
path: root/moc_x11.c
AgeCommit message (Collapse)Author
2022-07-27update header and moc_x11.c to show length and server statusCalvin Morrison
2022-07-27show statusCalvin Morrison
2022-07-27libmocCalvin Morrison
our previous attempt ran into issues where we have two loops, a GUI loop and the MOC loop. I rewrote this into lib_moc which has it's own thread that manages the MOC socket connection and exposes the interface to a client program via a moc object. all you need to do is call moc_init(); Pretty cool, still runs into issues regarding autoconnect and some other problems.