Add gdk_window_[gs]et_source_events()
This function will enable events for all devices of a given GdkInputSource, either these available at the time of the call, or these that are connected in the future.
This commit is contained in:
@ -778,6 +778,12 @@ void gdk_window_set_device_events (GdkWindow *window,
|
||||
GdkEventMask gdk_window_get_device_events (GdkWindow *window,
|
||||
GdkDevice *device);
|
||||
|
||||
void gdk_window_set_source_events (GdkWindow *window,
|
||||
GdkInputSource source,
|
||||
GdkEventMask event_mask);
|
||||
GdkEventMask gdk_window_get_source_events (GdkWindow *window,
|
||||
GdkInputSource source);
|
||||
|
||||
void gdk_window_set_icon_list (GdkWindow *window,
|
||||
GList *pixbufs);
|
||||
void gdk_window_set_icon_name (GdkWindow *window,
|
||||
|
||||
Reference in New Issue
Block a user