aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-11-22Death to the threads.Matias Linares1-15/+0
All the socket stuff is done syncing it with select calls so we can get either a X11 event or a Socket event. Also cleanup the C mess, it's done all in rust now :).
2015-11-22next_xevent don't block anymore!Matias Linares1-0/+15
Now the next_xevent (from the safex11) will not block forever. So we can listen the socket without doing some thread stuff.