Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_animation_complete.c77 GX_EVENT complete_event; in _gx_animation_complete_event_send() local
83 complete_event.gx_event_target = animation -> gx_animation_info.gx_animation_target; in _gx_animation_complete_event_send()
87 complete_event.gx_event_target = animation -> gx_animation_info.gx_animation_parent; in _gx_animation_complete_event_send()
92 complete_event.gx_event_type = GX_EVENT_ANIMATION_COMPLETE; in _gx_animation_complete_event_send()
93 complete_event.gx_event_sender = animation -> gx_animation_info.gx_animation_id; in _gx_animation_complete_event_send()
94 _gx_system_event_send(&complete_event); in _gx_animation_complete_event_send()