Skip to content

ndk v0.3.0

Compare
Choose a tag to compare
@MarijnS95 MarijnS95 released this 20 Apr 12:00
· 237 commits to master since this release
30d032a
  • Breaking: Looper ident not passed in data pointer anymore.
    attach_looper now only sets the ident field when attaching an InputQueue to a ForeignLooper.
    If you are relying on Poll::Event::data to tell event fd and input queue apart, please use Poll::Event::ident and the new constants introduced in ndk-glue!