mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
graphics: For consistency, rename fields fb->fbmem as in other structures.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user