summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:29:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:29:20 -0600
commit9a624926254d50891f34399e245038c467233367 (patch)
treebf86d2ae38ebb194be3b832fa25a10020d3089ad /NxWidgets/nxwm/src
parentd9a577eb094802c9bc941923f9baa1a237bb6e13 (diff)
downloadnuttx-9a624926254d50891f34399e245038c467233367.tar.gz
nuttx-9a624926254d50891f34399e245038c467233367.tar.bz2
nuttx-9a624926254d50891f34399e245038c467233367.zip
Move rgbcolors.h to include/nuttx/video
Diffstat (limited to 'NxWidgets/nxwm/src')
-rw-r--r--NxWidgets/nxwm/src/glyph_calculator.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_calibration.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_cmd.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_mediaplayer.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_minimize.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_mplayer_controls.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_nsh.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_play24x24.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_start.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_stop.cxx2
10 files changed, 10 insertions, 10 deletions
diff --git a/NxWidgets/nxwm/src/glyph_calculator.cxx b/NxWidgets/nxwm/src/glyph_calculator.cxx
index e10bce74f..9bb3f690d 100644
--- a/NxWidgets/nxwm/src/glyph_calculator.cxx
+++ b/NxWidgets/nxwm/src/glyph_calculator.cxx
@@ -45,7 +45,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_calibration.cxx b/NxWidgets/nxwm/src/glyph_calibration.cxx
index be9d8de0a..df169f556 100644
--- a/NxWidgets/nxwm/src/glyph_calibration.cxx
+++ b/NxWidgets/nxwm/src/glyph_calibration.cxx
@@ -45,7 +45,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_cmd.cxx b/NxWidgets/nxwm/src/glyph_cmd.cxx
index a424fe6f3..373d8ad5e 100644
--- a/NxWidgets/nxwm/src/glyph_cmd.cxx
+++ b/NxWidgets/nxwm/src/glyph_cmd.cxx
@@ -45,7 +45,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_mediaplayer.cxx b/NxWidgets/nxwm/src/glyph_mediaplayer.cxx
index 77e933915..ee8c1a873 100644
--- a/NxWidgets/nxwm/src/glyph_mediaplayer.cxx
+++ b/NxWidgets/nxwm/src/glyph_mediaplayer.cxx
@@ -48,7 +48,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_minimize.cxx b/NxWidgets/nxwm/src/glyph_minimize.cxx
index 0c45a2f77..31feb268f 100644
--- a/NxWidgets/nxwm/src/glyph_minimize.cxx
+++ b/NxWidgets/nxwm/src/glyph_minimize.cxx
@@ -45,7 +45,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx b/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx
index 505d87733..011f892a2 100644
--- a/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx
+++ b/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx
@@ -48,7 +48,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_nsh.cxx b/NxWidgets/nxwm/src/glyph_nsh.cxx
index 5fa464854..213db54dd 100644
--- a/NxWidgets/nxwm/src/glyph_nsh.cxx
+++ b/NxWidgets/nxwm/src/glyph_nsh.cxx
@@ -45,7 +45,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_play24x24.cxx b/NxWidgets/nxwm/src/glyph_play24x24.cxx
index e16e3b505..ffe389fc5 100644
--- a/NxWidgets/nxwm/src/glyph_play24x24.cxx
+++ b/NxWidgets/nxwm/src/glyph_play24x24.cxx
@@ -45,7 +45,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_start.cxx b/NxWidgets/nxwm/src/glyph_start.cxx
index db2ffaf94..ce1bf6a2c 100644
--- a/NxWidgets/nxwm/src/glyph_start.cxx
+++ b/NxWidgets/nxwm/src/glyph_start.cxx
@@ -45,7 +45,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_stop.cxx b/NxWidgets/nxwm/src/glyph_stop.cxx
index df7e02268..74836e01d 100644
--- a/NxWidgets/nxwm/src/glyph_stop.cxx
+++ b/NxWidgets/nxwm/src/glyph_stop.cxx
@@ -45,7 +45,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "crlepalettebitmap.hxx"