mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gl: Correct invalid comment text
This commit is contained in:
parent
56c9d7f111
commit
db6ea1b3bd
1 changed files with 5 additions and 5 deletions
|
@ -978,11 +978,11 @@ gst_gl_window_send_mouse_event (GstGLWindow * window, const char *event_type,
|
|||
* @window: a #GstGLWindow
|
||||
* @handle_events: a #gboolean indicating if events should be handled or not.
|
||||
*
|
||||
+ * Tell a @window that it should handle events from the window system. These
|
||||
+ * events are forwarded upstream as navigation events. In some window systems
|
||||
+ * events are not propagated in the window hierarchy if a client is listening
|
||||
+ * for them. This method allows you to disable events handling completely
|
||||
+ * from the @window.
|
||||
* Tell a @window that it should handle events from the window system. These
|
||||
* events are forwarded upstream as navigation events. In some window systems
|
||||
* events are not propagated in the window hierarchy if a client is listening
|
||||
* for them. This method allows you to disable events handling completely
|
||||
* from the @window.
|
||||
*/
|
||||
void
|
||||
gst_gl_window_handle_events (GstGLWindow * window, gboolean handle_events)
|
||||
|
|
Loading…
Reference in a new issue