nuttx/libnx/nxmu
2017-10-08 11:52:32 -06:00
..
Make.defs Move more files from graphics/nxmu to libnx/nxmu 2013-12-29 08:48:06 -06:00
nx_bitmap.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
nx_block.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_closewindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_connect.c Fix some build problems after recent separation of internal OS from application interfaces. The build problem only occurs in the PROTECTED and KERNEL builds where separate libraries are built for the applications and for use within the OS. In these cases, the correct interfaces must be used. This commit fixes a few of these, so I can get through build testing, but there are many more that need fixin'. 2017-10-08 08:13:47 -06:00
nx_constructwindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_disconnect.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_eventhandler.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_eventnotify.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_fill.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_filltrapezoid.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_getposition.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_getrectangle.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
nx_kbdchin.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_kbdin.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_lower.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_mousein.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_move.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_openwindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_raise.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_redrawreq.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_releasebkgd.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_requestbkgd.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setbgcolor.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setpixel.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setposition.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setsize.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nxmu_semtake.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
nxmu_sendserver.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nxmu_sendwindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00