mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
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:
parent
da6b2660ba
commit
fa54b7c60d
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user