summaryrefslogtreecommitdiff
path: root/XcbApi.mdwn
diff options
context:
space:
mode:
authorIan Osgood <iano@quirkster.com>2006-03-08 18:50:42 -0800
committerIan Osgood <iano@quirkster.com>2006-03-08 18:50:42 -0800
commitdca8be4996a9f6254f9e3389a87f2fa517e3c902 (patch)
treee192e19ab72e9db038293de45b283173698af3be /XcbApi.mdwn
parentf45eb2c2958a63031bf0f3cd893f54b5e483464a (diff)
XcbApi: Fixed return value for XCBFlush a while ago
Diffstat (limited to 'XcbApi.mdwn')
-rw-r--r--XcbApi.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/XcbApi.mdwn b/XcbApi.mdwn
index 92d3a2c..435eccc 100644
--- a/XcbApi.mdwn
+++ b/XcbApi.mdwn
@@ -230,9 +230,7 @@ Returns the last sequence number that the server is known to have processed. Thi
Forces any buffered output to be written to the server. Blocks until the write is complete.
-Returns: &lt;= 0 on error, &gt;0 on success
-
-[!] FIXME: well, that's a dumb return value.
+Returns: 1 on success, 0 on failure
<a name="XCBSync"></a>