diff options
Diffstat (limited to 'lib/libxcb/src/bigreq.h')
-rw-r--r-- | lib/libxcb/src/bigreq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libxcb/src/bigreq.h b/lib/libxcb/src/bigreq.h index d259d03a8..7f84f63e9 100644 --- a/lib/libxcb/src/bigreq.h +++ b/lib/libxcb/src/bigreq.h @@ -54,7 +54,7 @@ typedef struct xcb_big_requests_enable_reply_t { } xcb_big_requests_enable_reply_t; /** - * Delivers a request to the X server + * * @param c The connection * @return A cookie * @@ -75,7 +75,7 @@ xcb_big_requests_enable_cookie_t xcb_big_requests_enable (xcb_connection_t *c /**< */); /** - * Delivers a request to the X server + * * @param c The connection * @return A cookie * |