From 32f17e1d4411f784a9b76bad8288f7e657134732 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 29 Oct 2013 10:42:33 -0700 Subject: Clarify when pixmaps are assured of being idle Pixmaps will definitely be idle after the next PresentPixmap operation completes; the original text was vague about whether it was the execution of the request or the completion of the operation. Signed-off-by: Keith Packard --- presentproto.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'presentproto.txt') diff --git a/presentproto.txt b/presentproto.txt index 79bffb8..cd19f79 100644 --- a/presentproto.txt +++ b/presentproto.txt @@ -383,11 +383,11 @@ The name of this extension is "Present" contents are taken from the pixmap and the pixmap is idle immediately after the presentation completes. 'mode' is PresentCompleteModeFlip when the pixmap remains in-use even - after the presentation completes. It will become idle no - later than when the next PresentPixmap operation targeting the - same window is performed by any client. If the presentation - operation was skipped because some later operation made it - irrelevant, then 'mode' will be PresentCompleteModeSkip. + after the presentation completes. It will become idle no later + than when the next PresentPixmap operation targeting the same + window by any client completes. If the presentation operation + was skipped because some later operation made it irrelevant, + then 'mode' will be PresentCompleteModeSkip. 'serial' is the value provided in the generating PresentPixmap request. -- cgit v1.2.3