diff options
author | marha <marha@users.sourceforge.net> | 2012-03-28 12:35:07 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-28 12:35:07 +0200 |
commit | b34443f79b71d86320cc92f5d365cfbc61c51770 (patch) | |
tree | 3261e16f84efdc040862693e2b84b3f83f9a8a84 /include/xcb/bigreq.h | |
parent | 5bcf6bf5c39ca7077ed337a7b22797211a3a3fb9 (diff) | |
download | vcxsrv-b34443f79b71d86320cc92f5d365cfbc61c51770.tar.gz vcxsrv-b34443f79b71d86320cc92f5d365cfbc61c51770.tar.bz2 vcxsrv-b34443f79b71d86320cc92f5d365cfbc61c51770.zip |
Synchronised files
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
*
|