ppisa commented on PR #3769: URL: https://github.com/apache/nuttx-apps/pull/3769#issuecomment-5533732667
There is no way how to resolve ``` error: Mixed case identifier found ``` because these identifiers are mandated by Nano-X API and has equivalents in X11. See the file `XtoNX.h` for standard X11 identifiers mapping to Nano-X ones https://github.com/ghaerr/microwindows/blob/master/src/nx11/XtoNX.h which enables to build X11 applications against Nano-X. `XOpenDisplay` maps to `GrOpen` `XCreateSimpleWindow` to `GrNewWindow` etc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
