xim-rs
xim-rs copied to clipboard
fix: xim-parser: Handle Feedback as bitflag
While XIMFEEDBACK value is bitflag, xim-parser doesn't handle it as is, resulting in error. This patch fixes bitflag property of Feedback so it's value can be handled properly.