diff --git a/clutter/x11/clutter-backend-x11.c b/clutter/x11/clutter-backend-x11.c index 5d49f13db..48d9cb980 100644 --- a/clutter/x11/clutter-backend-x11.c +++ b/clutter/x11/clutter-backend-x11.c @@ -688,8 +688,10 @@ clutter_x11_enable_xinput (void) * * Even with event handling disabled, Clutter will still select * all the events required to maintain its internal state on the stage - * Window; compositors using Clutter should not rely on an empty input - * region, and should instead clear it themselves explicitly. + * Window; compositors using Clutter and input regions to pass events + * through to application windows should not rely on an empty input + * region, and should instead clear it themselves explicitly using the + * XFixes extension. * * This function should not be normally used by applications. *