On 12/17/2019 10:10 AM, Gregory Nutt wrote:
So, I think the path here is that I'll tidy up what I've done and
then I'll submit it for comment and kickabout, and see where we go
from there.
If it is not too device specific, I can put it on a branch and we can
haggle through the details before merging it to master.
I think your original proposal for nx_updatedisplay() would be okay ifÂ
it were renamed and took three arguments like:
int nx_synch(NXWINDOW hwnd, int cmd, unsigned long arg)
it would be prototyped in include/nuttx/nx/nx.h and there would probably
need to be a new include/nuttx/nx/nx_ioctl.h to hold IOCTL commands and
structures.
These are things I can help with.
Greg