summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets
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 /NxWidgets/libnxwidgets
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 'NxWidgets/libnxwidgets')
-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_checkboxoff.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
25 files changed, 25 insertions, 25 deletions
diff --git a/NxWidgets/libnxwidgets/src/glyph_arrowdown.cxx b/NxWidgets/libnxwidgets/src/glyph_arrowdown.cxx
index ec2a6baf0..acff11f6a 100644
--- a/NxWidgets/libnxwidgets/src/glyph_arrowdown.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_arrowdown.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_arrowleft.cxx b/NxWidgets/libnxwidgets/src/glyph_arrowleft.cxx
index 6b3e8ee92..5a00ecca9 100644
--- a/NxWidgets/libnxwidgets/src/glyph_arrowleft.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_arrowleft.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_arrowright.cxx b/NxWidgets/libnxwidgets/src/glyph_arrowright.cxx
index 74763a6fd..e80966ab7 100644
--- a/NxWidgets/libnxwidgets/src/glyph_arrowright.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_arrowright.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_arrowup.cxx b/NxWidgets/libnxwidgets/src/glyph_arrowup.cxx
index 9ec840d43..ee9add5b2 100644
--- a/NxWidgets/libnxwidgets/src/glyph_arrowup.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_arrowup.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_backspace.cxx b/NxWidgets/libnxwidgets/src/glyph_backspace.cxx
index 967963347..e7cabef29 100644
--- a/NxWidgets/libnxwidgets/src/glyph_backspace.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_backspace.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_capslock.cxx b/NxWidgets/libnxwidgets/src/glyph_capslock.cxx
index 663e601f0..29281e9df 100644
--- a/NxWidgets/libnxwidgets/src/glyph_capslock.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_capslock.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_checkboxmu.cxx b/NxWidgets/libnxwidgets/src/glyph_checkboxmu.cxx
index 681c17445..1068b7e45 100644
--- a/NxWidgets/libnxwidgets/src/glyph_checkboxmu.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_checkboxmu.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_checkboxoff.cxx b/NxWidgets/libnxwidgets/src/glyph_checkboxoff.cxx
index 250d2455e..7be6a50b2 100644
--- a/NxWidgets/libnxwidgets/src/glyph_checkboxoff.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_checkboxoff.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include "nxconfig.hxx"
#include "cbitmap.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_checkboxon.cxx b/NxWidgets/libnxwidgets/src/glyph_checkboxon.cxx
index 5b9c18b78..bbf37ddcd 100644
--- a/NxWidgets/libnxwidgets/src/glyph_checkboxon.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_checkboxon.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_control.cxx b/NxWidgets/libnxwidgets/src/glyph_control.cxx
index ffbdf965b..028a7197c 100644
--- a/NxWidgets/libnxwidgets/src/glyph_control.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_control.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_cycle.cxx b/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
index d706adddb..4b0adac84 100644
--- a/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_nxlogo160x160.cxx b/NxWidgets/libnxwidgets/src/glyph_nxlogo160x160.cxx
index bd6d280b9..e4f043936 100644
--- a/NxWidgets/libnxwidgets/src/glyph_nxlogo160x160.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_nxlogo160x160.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx b/NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx
index 174c69355..68c081a28 100644
--- a/NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_radiobuttonmu.cxx b/NxWidgets/libnxwidgets/src/glyph_radiobuttonmu.cxx
index a9e4d6708..58888194d 100644
--- a/NxWidgets/libnxwidgets/src/glyph_radiobuttonmu.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_radiobuttonmu.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_radiobuttonoff.cxx b/NxWidgets/libnxwidgets/src/glyph_radiobuttonoff.cxx
index 029b93896..4fc90a333 100644
--- a/NxWidgets/libnxwidgets/src/glyph_radiobuttonoff.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_radiobuttonoff.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_radiobuttonon.cxx b/NxWidgets/libnxwidgets/src/glyph_radiobuttonon.cxx
index 242f6f373..b634af053 100644
--- a/NxWidgets/libnxwidgets/src/glyph_radiobuttonon.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_radiobuttonon.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_return.cxx b/NxWidgets/libnxwidgets/src/glyph_return.cxx
index 47314f65c..7a8eba024 100644
--- a/NxWidgets/libnxwidgets/src/glyph_return.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_return.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_screendepthdown.cxx b/NxWidgets/libnxwidgets/src/glyph_screendepthdown.cxx
index c3f0e15ee..495c68cda 100644
--- a/NxWidgets/libnxwidgets/src/glyph_screendepthdown.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_screendepthdown.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_screendepthup.cxx b/NxWidgets/libnxwidgets/src/glyph_screendepthup.cxx
index e4574a367..b5c389f9c 100644
--- a/NxWidgets/libnxwidgets/src/glyph_screendepthup.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_screendepthup.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_screenflipdown.cxx b/NxWidgets/libnxwidgets/src/glyph_screenflipdown.cxx
index 253ad6afb..d775d0e50 100644
--- a/NxWidgets/libnxwidgets/src/glyph_screenflipdown.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_screenflipdown.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_screenflipup.cxx b/NxWidgets/libnxwidgets/src/glyph_screenflipup.cxx
index 63b58a4a6..7f412345f 100644
--- a/NxWidgets/libnxwidgets/src/glyph_screenflipup.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_screenflipup.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_shift.cxx b/NxWidgets/libnxwidgets/src/glyph_shift.cxx
index 193fd1719..48515b13c 100644
--- a/NxWidgets/libnxwidgets/src/glyph_shift.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_shift.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_windowclose.cxx b/NxWidgets/libnxwidgets/src/glyph_windowclose.cxx
index 3a60aa137..0600d2537 100644
--- a/NxWidgets/libnxwidgets/src/glyph_windowclose.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_windowclose.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_windowdepthdown.cxx b/NxWidgets/libnxwidgets/src/glyph_windowdepthdown.cxx
index d75b7d676..195002630 100644
--- a/NxWidgets/libnxwidgets/src/glyph_windowdepthdown.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_windowdepthdown.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"
diff --git a/NxWidgets/libnxwidgets/src/glyph_windowdepthup.cxx b/NxWidgets/libnxwidgets/src/glyph_windowdepthup.cxx
index f5d67e968..b182a861c 100644
--- a/NxWidgets/libnxwidgets/src/glyph_windowdepthup.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_windowdepthup.cxx
@@ -78,7 +78,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "nxconfig.hxx"