diff options
Diffstat (limited to 'include/xcb/bigreq.h')
-rw-r--r-- | include/xcb/bigreq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xcb/bigreq.h b/include/xcb/bigreq.h index 75a5b7a59..a9888331a 100644 --- a/include/xcb/bigreq.h +++ b/include/xcb/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
*
|