summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:23:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:23:54 -0600
commitd9a577eb094802c9bc941923f9baa1a237bb6e13 (patch)
tree67731e019254888cae5b364761cd553055073bb3 /apps/include
parent9659fbf283b989302489020a9af23e31c7ba98b9 (diff)
downloadnuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.tar.gz
nuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.tar.bz2
nuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.zip
Move include/nuttx/fb.h to include/nuttx/video/fb.h
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/tiff.h4
1 files changed, 2 insertions, 2 deletions
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 */