summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2022-04-26 16:01:20 -0400
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2022-04-28 21:53:00 -0400
commite8d16506250494a818f1af078de16bf13a65981e (patch)
tree87cce99b57942ac38955408c0052108b8e8b57e7 /include
parentc9f29c22b84bbbe96ed8378ca84f15b9367d7bfb (diff)
glx/kopper: Wire up a way for SwapBuffers to fail
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16038>
Diffstat (limited to 'include')
-rw-r--r--include/kopper_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kopper_interface.h b/include/kopper_interface.h
index 0f176485f33..8852252578d 100644
--- a/include/kopper_interface.h
+++ b/include/kopper_interface.h
@@ -73,6 +73,7 @@ struct __DRIkopperExtensionRec {
const __DRIconfig *config,
void *loaderPrivate,
int pixmap);
+ int64_t (*swapBuffers)(__DRIdrawable *draw);
};
/**