nomad-software / x11

Bindings to X11 for the D programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in XInput.d

tychonievich opened this issue · comments

Lines 40 and 736 do not agree, differing in trailing underscore. Either 40 should use input_class_ or 736 should use input_class

Thanks for the report fixed in the latest release.
https://github.com/nomad-software/x11/releases/tag/v1.0.11
http://code.dlang.org/my_packages/x11

If you spot anymore I urge you to raise a pull request with your changes. :octocat: