graphics: For consistency, rename fields fb->fbmem as in other structures.

This commit is contained in:
Gregory Nutt
2019-03-14 12:19:01 -06:00
parent 419c4cb6be
commit f2d90e6298
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ struct nxbe_window_s
uint16_t npages; /* Number of pages in allocation */
#endif
nxgl_coord_t stride; /* Width of framebuffer in bytes */
FAR nxgl_mxpixel_t *fb; /* Allocated framebuffer in kernal
FAR nxgl_mxpixel_t *fbmem; /* Allocated framebuffer in kernel
* address spaced. Must be contiguous.
*/
#endif