summaryrefslogtreecommitdiff
path: root/present/present.h
diff options
context:
space:
mode:
Diffstat (limited to 'present/present.h')
-rw-r--r--present/present.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/present/present.h b/present/present.h
index 6542dc385..ade838bda 100644
--- a/present/present.h
+++ b/present/present.h
@@ -135,4 +135,7 @@ typedef void (*present_complete_notify_proc)(WindowPtr window,
extern _X_EXPORT void
present_register_complete_notify(present_complete_notify_proc proc);
+extern _X_EXPORT Bool
+present_can_window_flip(WindowPtr window);
+
#endif /* _PRESENT_H_ */