AltF02 / x11-rs

Rust bindings for X11 libraries
https://docs.rs/x11
MIT License
207 stars 66 forks source link

add definitions for xim preedit callback #107

Closed garasubo closed 4 years ago

garasubo commented 4 years ago

added XIMPreeditCaretCallback, XIMPreeditDrawCallback, and its related type definition XIMTextString type doesn't exist in x11 library itself, but it is necessary to define string field in XIMText struct

garasubo commented 4 years ago

@erlepereira Could you review it?