From d9a577eb094802c9bc941923f9baa1a237bb6e13 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Dec 2013 09:23:54 -0600 Subject: Move include/nuttx/fb.h to include/nuttx/video/fb.h --- apps/include/tiff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/include') diff --git a/apps/include/tiff.h b/apps/include/tiff.h index 378af9fe0..e4567641f 100644 --- a/apps/include/tiff.h +++ b/apps/include/tiff.h @@ -298,7 +298,7 @@ struct tiff_info_s * * colorfmt - Specifies the form of the color data that will be provided * in the strip data. These are the FB_FMT_* definitions - * provided in include/nuttx/fb.h. Only the following values + * provided in include/nuttx/video/fb.h. Only the following values * are supported: * * FB_FMT_Y1 BPP=1, monochrome, 0=black @@ -316,7 +316,7 @@ struct tiff_info_s FAR const char *tmpfile1; /* Full path to first temporary file */ FAR const char *tmpfile2; /* Full path to second temporary file */ - uint8_t colorfmt; /* See FB_FMT_* definitions in include/nuttx/fb.h */ + uint8_t colorfmt; /* See FB_FMT_* definitions in include/nuttx/video/fb.h */ nxgl_coord_t rps; /* TIFF RowsPerStrip */ nxgl_coord_t imgwidth; /* TIFF ImageWidth, Number of columns in the image */ nxgl_coord_t imgheight; /* TIFF ImageLength, Number of rows in the image */ -- cgit v1.2.3