docs: Further clarifications

Mention the XFixes extension for compositors using input regions to let
events "pass through" the stage.

Thanks to: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Emmanuele Bassi 2010-08-03 16:48:53 +01:00
parent da6b2660ba
commit fa54b7c60d

View File

@ -688,8 +688,10 @@ clutter_x11_enable_xinput (void)
* *
* <note>Even with event handling disabled, Clutter will still select * <note>Even with event handling disabled, Clutter will still select
* all the events required to maintain its internal state on the stage * all the events required to maintain its internal state on the stage
* Window; compositors using Clutter should not rely on an empty input * Window; compositors using Clutter and input regions to pass events
* region, and should instead clear it themselves explicitly.</note> * through to application windows should not rely on an empty input
* region, and should instead clear it themselves explicitly using the
* XFixes extension.</note>
* *
* This function should not be normally used by applications. * This function should not be normally used by applications.
* *