Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-22 | Death to the threads. | Matias Linares | 1 | -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-22 | next_xevent don't block anymore! | Matias Linares | 1 | -0/+15 | |
Now the next_xevent (from the safex11) will not block forever. So we can listen the socket without doing some thread stuff. |