fix handling of flags in the OSC input handler
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jan 2020 18:25:23 +0000 (11:25 -0700)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jan 2020 18:25:36 +0000 (11:25 -0700)
commitbaf0cdcbef1b0fb67d625ae910a85c811f0a6262
tree3161de12106af68fab360633f27263d28b773597
parentdba7421153db19ae15b0d2829ddc4f10ea07ed20
fix handling of flags in the OSC input handler

Some builds of glib on macOS end up delivering IO_PRI when IO_IN is also set. This differs from our own build stack
version, but it isn't really an error, so we should handle it.
libs/surfaces/osc/osc.cc