apps/graphics/nxglyphs: Remove some warnings due to coupling with NXWM.

This commit is contained in:
Gregory Nutt
2019-05-17 08:41:23 -06:00
parent c2136fda6d
commit 6253a8995f
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -534,7 +534,7 @@ Configurations
just some issues/topics unique to the LPCXpresso-LPC54628 and/or this
configuration.
1. Tthe NxTerm application is available as the "NuttShell" enty in the
1. The NxTerm application is available as the "NuttShell" entry in the
Main Menu. When pressed, this will bring up an NSH session in a
Twm4Nx window. There is an issue, however: The NxTerm gets its
input from the console (/dev/console). Since the NxTerm keyboard
@@ -556,3 +556,4 @@ Configurations
lack of calibration, however. These show up especially along the
very top of the display where it can be very difficult to touch
buttons or grab'n'move object.
+1
View File
@@ -84,3 +84,4 @@ int nxtk_toolbarbounds(NXTKWINDOW hfwnd, FAR struct nxgl_rect_s *bounds)
-fwnd->wnd.bounds.pt1.x, -fwnd->wnd.bounds.pt1.y);
return OK;
}