summaryrefslogtreecommitdiffstats
path: root/input/event.h
Commit message (Collapse)AuthorAgeFilesLines
* video/out: remove some code duplication between X11 and waylandwm42014-01-041-0/+7
| | | | | | Both X11 and Wayland support the same format for drag & drop operations (text/uri-list), and the code for that was copied from x11_common.c to wayland_common.c. Factor it out.
* input: move files drag and drop to a new event.c fileStefano Pigozzi2014-01-041-0/+21
event.c will be used to feed the input queue with 'global' events that don't mesh well with the usual check_events path in mpv.