intel / ozone-wayland

Wayland implementation for Chromium Ozone classes
BSD 3-Clause "New" or "Revised" License
218 stars 82 forks source link

Cleanup epoll leftovers in WaylandDisplayPollThread #396

Closed mcatanzaro closed 9 years ago

mcatanzaro commented 9 years ago

Originally epoll was used here rather than vanilla poll. This is confusingly still reflected in the variable name for the pollfd (which has been renamed) and in one of the comments (which has been removed, since it only states the obvious).

kalyankondapally commented 9 years ago

LGTM merged.