Home
last modified time | relevance | path

Searched refs:pending_motion (Results 1 – 5 of 5) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/elput/
H A Delput_private.h221 Eina_Bool pending_motion : 1; member
H A Delput_input.c445 seat->pending_motion = 1; in _elput_input_disable()
H A Delput_evdev.c830 edev->seat->pending_motion = 0; in _pointer_motion_send()
1102 if (edev->seat->pending_motion) _pointer_motion_send(edev); in _pointer_button()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkevents.c97 GList *pending_motion = NULL; in _gdk_event_queue_find_first() local
109 if (pending_motion) in _gdk_event_queue_find_first()
110 return pending_motion; in _gdk_event_queue_find_first()
113 pending_motion = tmp_list; in _gdk_event_queue_find_first()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkevents.c510 GList *pending_motion = NULL; in _gdk_event_queue_find_first() local
522 if (pending_motion) in _gdk_event_queue_find_first()
523 return pending_motion; in _gdk_event_queue_find_first()
526 pending_motion = tmp_list; in _gdk_event_queue_find_first()