From e282aad9037088827aa19dd99af2160f38b397c2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Dec 2013 09:23:54 -0600 Subject: [PATCH] Move include/nuttx/fb.h to include/nuttx/video/fb.h --- ChangeLog | 4 +++- Documentation/NXGraphicsSubsystem.html | 4 ++-- Documentation/NuttxPortingGuide.html | 6 +++--- arch/arm/src/dm320/dm320_framebuffer.c | 2 +- arch/arm/src/lpc17xx/lpc17_lcd.c | 2 +- arch/arm/src/lpc17xx/lpc17_lcd.h | 2 +- arch/arm/src/sama5/sam_lcd.c | 2 +- arch/arm/src/sama5/sam_lcd.h | 2 +- arch/arm/src/stm32/stm32_ltdc.c | 2 +- arch/arm/src/stm32/stm32_ltdc.h | 2 +- arch/sim/src/up_framebuffer.c | 2 +- configs/README.txt | 2 +- configs/compal_e99/src/ssd1783.c | 2 +- configs/sama5d3x-ek/src/sam_ov2640.c | 2 +- configs/sim/src/up_touchscreen.c | 2 +- drivers/lcd/README.txt | 2 +- graphics/Kconfig | 2 +- graphics/nxglib/fb/nxglib_copyrectangle.c | 2 +- graphics/nxglib/fb/nxglib_fillrectangle.c | 2 +- graphics/nxglib/fb/nxglib_filltrapezoid.c | 2 +- graphics/nxglib/fb/nxglib_getrectangle.c | 2 +- graphics/nxglib/fb/nxglib_moverectangle.c | 2 +- graphics/nxglib/fb/nxglib_setpixel.c | 2 +- include/nuttx/lcd/lcd.h | 2 +- include/nuttx/nx/nxglib.h | 2 +- include/nuttx/{ => video}/fb.h | 8 ++++---- 26 files changed, 34 insertions(+), 32 deletions(-) rename include/nuttx/{ => video}/fb.h (99%) diff --git a/ChangeLog b/ChangeLog index 174876fc22..c6c3819a4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1465,7 +1465,7 @@ Dean Camera. * examples/nsh: Correct an usage of getopt(): If you stop calling getopt() before all parameters are parsed, you can leave getopt() in a strange state. - * include/nuttx/fb.h: Restore missing RGB type that was accidentally removed + * include/nuttx/video/fb.h: Restore missing RGB type that was accidentally removed when Nokia 6100 support was added. * Rename arch/pjrc-8051 to arch/8051 * configs/ne64badge: Add a configuration for the Future Electronics Group @@ -6185,4 +6185,6 @@ ISI peripheral usign the OV2640 camera (2013-12-9). * arch/arm/src/a1x/chip/a1x_uart.h: A10 UART register definition header file (2013-12-9). + * include/nuttx/video/fb.h: Move fb.h to include/nuttx/video/ + (2013-12-10). diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 4f7833acdb..7da1c86f77 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -282,7 +282,7 @@