summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2013-07-04 13:14:04 +0100
committerNeil Roberts <neil@linux.intel.com>2013-07-09 15:46:46 +0100
commit3d9eaef3acd9e55ae9c4e8afeca9300371f805a6 (patch)
tree24aa31621dc2ed608aa517a521709eaf9291bfc4 /doc
parent18ce7ad7f5969fe10b7fd0c5177616167919d2f5 (diff)
downloadcogl-3d9eaef3acd9e55ae9c4e8afeca9300371f805a6.tar.gz
wayland: Add API to prevent Cogl from dispatching the wayland display
This adds cogl_wayland_renderer_set_event_dispatch_enabled() which can be used to prevent Cogl from adding the socket for the Wayland display to its list of file descriptors to poll. This can be used in applications that want to integrate Cogl with existing code that is reading from the Wayland socket itself. Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit f5b8d98676ab3e90ad80459019c737ec2ff90aa4)
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt
index 9b31f3a4..00ed18ff 100644
--- a/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt
+++ b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt
@@ -89,6 +89,7 @@ cogl_win32_renderer_set_event_retrieval_enabled
<SUBSECTION>
cogl_wayland_renderer_set_foreign_display
+cogl_wayland_renderer_set_event_dispatch_enabled
cogl_wayland_renderer_get_display
</SECTION>