From 83b7d0cb4f30c95ce6f27d2c0944727d75eb6e5e Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 22 Nov 2015 20:02:10 -0300 Subject: Death to the threads. 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 :). --- src/safe_x11/safex11.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/safe_x11/safex11.h (limited to 'src/safe_x11/safex11.h') diff --git a/src/safe_x11/safex11.h b/src/safe_x11/safex11.h deleted file mode 100644 index bbf4e80..0000000 --- a/src/safe_x11/safex11.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef _WM_EVENT_H_ -#define _WM_EVENT_H_ -#include - -int select_next_event(Display *display, int x11_fd, XEvent *retval); - -#endif -- cgit v1.2.3-70-g09d2