summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets
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/libnxwidgets
parentd9a577eb094802c9bc941923f9baa1a237bb6e13 (diff)
downloadnuttx-9a624926254d50891f34399e245038c467233367.tar.gz
nuttx-9a624926254d50891f34399e245038c467233367.tar.bz2
nuttx-9a624926254d50891f34399e245038c467233367.zip
Move rgbcolors.h to include/nuttx/video
Diffstat (limited to 'NxWidgets/libnxwidgets')
-rw-r--r--NxWidgets/libnxwidgets/include/cscaledbitmap.hxx2
-rw-r--r--NxWidgets/libnxwidgets/include/nxconfig.hxx2
-rw-r--r--NxWidgets/libnxwidgets/src/cgraphicsport.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_arrowdown.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_arrowleft.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_arrowright.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_arrowup.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_backspace.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_capslock.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_checkboxmu.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_checkboxon.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_control.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_cycle.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_nxlogo160x160.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_radiobuttonmu.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_radiobuttonoff.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_radiobuttonon.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_return.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_screendepthdown.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_screendepthup.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_screenflipdown.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_screenflipup.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_shift.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_windowclose.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_windowdepthdown.cxx2
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_windowdepthup.cxx2
27 files changed, 27 insertions, 27 deletions
diff --git a/NxWidgets/libnxwidgets/include/cscaledbitmap.hxx b/NxWidgets/libnxwidgets/include/cscaledbitmap.hxx
index 3c0594a1d..48afd5306 100644
--- a/NxWidgets/libnxwidgets/include/cscaledbitmap.hxx
+++ b/NxWidgets/libnxwidgets/include/cscaledbitmap.hxx
@@ -47,7 +47,7 @@
#include <fixedmath.h>
#include <debug.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include <nuttx/nx/nxglib.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/include/nxconfig.hxx b/NxWidgets/libnxwidgets/include/nxconfig.hxx
index cd51229c2..1336ad5e7 100644
--- a/NxWidgets/libnxwidgets/include/nxconfig.hxx
+++ b/NxWidgets/libnxwidgets/include/nxconfig.hxx
@@ -45,7 +45,7 @@
#include <stdint.h>
#include <stdbool.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include <nuttx/nx/nxfonts.h>
/****************************************************************************
diff --git a/NxWidgets/libnxwidgets/src/cgraphicsport.cxx b/NxWidgets/libnxwidgets/src/cgraphicsport.cxx
index f295483a9..85548a381 100644
--- a/NxWidgets/libnxwidgets/src/cgraphicsport.cxx
+++ b/NxWidgets/libnxwidgets/src/cgraphicsport.cxx
@@ -80,7 +80,7 @@
#include <debug.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "inxwindow.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_arrowdown.cxx b/NxWidgets/libnxwidgets/src/glyph_arrowdown.cxx
index acff11f6a..c304e9281 100644
--- a/NxWidgets/libnxwidgets/src/glyph_arrowdown.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_arrowdown.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_arrowleft.cxx b/NxWidgets/libnxwidgets/src/glyph_arrowleft.cxx
index 5a00ecca9..ae322dcc2 100644
--- a/NxWidgets/libnxwidgets/src/glyph_arrowleft.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_arrowleft.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_arrowright.cxx b/NxWidgets/libnxwidgets/src/glyph_arrowright.cxx
index e80966ab7..5969527d9 100644
--- a/NxWidgets/libnxwidgets/src/glyph_arrowright.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_arrowright.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_arrowup.cxx b/NxWidgets/libnxwidgets/src/glyph_arrowup.cxx
index ee9add5b2..9ea10bde2 100644
--- a/NxWidgets/libnxwidgets/src/glyph_arrowup.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_arrowup.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_backspace.cxx b/NxWidgets/libnxwidgets/src/glyph_backspace.cxx
index e7cabef29..86c1fb93a 100644
--- a/NxWidgets/libnxwidgets/src/glyph_backspace.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_backspace.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_capslock.cxx b/NxWidgets/libnxwidgets/src/glyph_capslock.cxx
index 29281e9df..d9e00bc78 100644
--- a/NxWidgets/libnxwidgets/src/glyph_capslock.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_capslock.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_checkboxmu.cxx b/NxWidgets/libnxwidgets/src/glyph_checkboxmu.cxx
index 1068b7e45..96dbec9c1 100644
--- a/NxWidgets/libnxwidgets/src/glyph_checkboxmu.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_checkboxmu.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_checkboxon.cxx b/NxWidgets/libnxwidgets/src/glyph_checkboxon.cxx
index bbf37ddcd..b598e60ce 100644
--- a/NxWidgets/libnxwidgets/src/glyph_checkboxon.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_checkboxon.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_control.cxx b/NxWidgets/libnxwidgets/src/glyph_control.cxx
index 028a7197c..cd2e373e6 100644
--- a/NxWidgets/libnxwidgets/src/glyph_control.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_control.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_cycle.cxx b/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
index 4b0adac84..7983d4566 100644
--- a/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_nxlogo160x160.cxx b/NxWidgets/libnxwidgets/src/glyph_nxlogo160x160.cxx
index e4f043936..6a38b45cb 100644
--- a/NxWidgets/libnxwidgets/src/glyph_nxlogo160x160.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_nxlogo160x160.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 "nxconfig.hxx"
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx b/NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx
index 68c081a28..c83ab7159 100644
--- a/NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.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 "nxconfig.hxx"
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_radiobuttonmu.cxx b/NxWidgets/libnxwidgets/src/glyph_radiobuttonmu.cxx
index 58888194d..1359c5b96 100644
--- a/NxWidgets/libnxwidgets/src/glyph_radiobuttonmu.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_radiobuttonmu.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_radiobuttonoff.cxx b/NxWidgets/libnxwidgets/src/glyph_radiobuttonoff.cxx
index 4fc90a333..422db01a9 100644
--- a/NxWidgets/libnxwidgets/src/glyph_radiobuttonoff.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_radiobuttonoff.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_radiobuttonon.cxx b/NxWidgets/libnxwidgets/src/glyph_radiobuttonon.cxx
index b634af053..04ca63757 100644
--- a/NxWidgets/libnxwidgets/src/glyph_radiobuttonon.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_radiobuttonon.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_return.cxx b/NxWidgets/libnxwidgets/src/glyph_return.cxx
index 7a8eba024..3989ff89a 100644
--- a/NxWidgets/libnxwidgets/src/glyph_return.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_return.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_screendepthdown.cxx b/NxWidgets/libnxwidgets/src/glyph_screendepthdown.cxx
index 495c68cda..e55e0686a 100644
--- a/NxWidgets/libnxwidgets/src/glyph_screendepthdown.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_screendepthdown.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_screendepthup.cxx b/NxWidgets/libnxwidgets/src/glyph_screendepthup.cxx
index b5c389f9c..e693b7488 100644
--- a/NxWidgets/libnxwidgets/src/glyph_screendepthup.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_screendepthup.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_screenflipdown.cxx b/NxWidgets/libnxwidgets/src/glyph_screenflipdown.cxx
index d775d0e50..488315d7a 100644
--- a/NxWidgets/libnxwidgets/src/glyph_screenflipdown.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_screenflipdown.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_screenflipup.cxx b/NxWidgets/libnxwidgets/src/glyph_screenflipup.cxx
index 7f412345f..7d45dbf93 100644
--- a/NxWidgets/libnxwidgets/src/glyph_screenflipup.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_screenflipup.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_shift.cxx b/NxWidgets/libnxwidgets/src/glyph_shift.cxx
index 48515b13c..c1cce8686 100644
--- a/NxWidgets/libnxwidgets/src/glyph_shift.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_shift.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_windowclose.cxx b/NxWidgets/libnxwidgets/src/glyph_windowclose.cxx
index 0600d2537..62d6ee718 100644
--- a/NxWidgets/libnxwidgets/src/glyph_windowclose.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_windowclose.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_windowdepthdown.cxx b/NxWidgets/libnxwidgets/src/glyph_windowdepthdown.cxx
index 195002630..b85ed053a 100644
--- a/NxWidgets/libnxwidgets/src/glyph_windowdepthdown.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_windowdepthdown.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_windowdepthup.cxx b/NxWidgets/libnxwidgets/src/glyph_windowdepthup.cxx
index b182a861c..056e27c1c 100644
--- a/NxWidgets/libnxwidgets/src/glyph_windowdepthup.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_windowdepthup.cxx
@@ -79,7 +79,7 @@
#include <nuttx/nx/nxglib.h>
#include <nuttx/video/fb.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"