The HPkeysym.h file from the xproto library has a typo: #ifndef _HPKEYSYM_H #define _HPKEYSYM ........ #endif /* _HPKEYSYM_H */ This typo should be changed to: #ifndef _HPKEYSYM_H #define _HPKEYSYM_H .......... #endif /* _HPKEYSYM_H */
Thanks - fix submitted for code review: http://patchwork.freedesktop.org/patch/55512/
Fix pushed to git master for the next release: To ssh://git.freedesktop.org/git/xorg/proto/x11proto d5524e2..446ee4b master -> master Thanks for pointing this out!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.