diff options
author | marha <marha@users.sourceforge.net> | 2009-07-25 13:17:33 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-25 13:17:33 +0000 |
commit | 02934f83dd4f5848083e2e5cdbc6ef7f60361f06 (patch) | |
tree | 61beb3c41beb366cdc9464da0835e9444c39a453 /libX11/src/xcb_io.c | |
parent | cb897b8ffca0a68c017c2edfa523cb5ff0491962 (diff) | |
parent | a7be905cf4423239285228d4e23caf2172adfa8b (diff) | |
download | vcxsrv-02934f83dd4f5848083e2e5cdbc6ef7f60361f06.tar.gz vcxsrv-02934f83dd4f5848083e2e5cdbc6ef7f60361f06.tar.bz2 vcxsrv-02934f83dd4f5848083e2e5cdbc6ef7f60361f06.zip |
libx11 compiles again
Diffstat (limited to 'libX11/src/xcb_io.c')
-rw-r--r-- | libX11/src/xcb_io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libX11/src/xcb_io.c b/libX11/src/xcb_io.c index c702a2835..537072447 100644 --- a/libX11/src/xcb_io.c +++ b/libX11/src/xcb_io.c @@ -14,6 +14,8 @@ #include <string.h> #include <sys/time.h> +#include <X11/Xtrans/Xtrans.h> + static void return_socket(void *closure) { Display *dpy = closure; @@ -221,7 +223,6 @@ static void process_responses(Display *dpy, int wait_for_first_event, xcb_generi dpy->xcb->pending_requests = req->next; if(!dpy->xcb->pending_requests) dpy->xcb->pending_requests_tail = &dpy->xcb->pending_requests; - xcondition_clear(&(req->condition)); free(req); reply = error; } |