summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets')
-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
-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
35 files changed, 35 insertions, 35 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"
diff --git a/NxWidgets/nxwm/src/glyph_calculator.cxx b/NxWidgets/nxwm/src/glyph_calculator.cxx
index 3d8bb97bd..e10bce74f 100644
--- a/NxWidgets/nxwm/src/glyph_calculator.cxx
+++ b/NxWidgets/nxwm/src/glyph_calculator.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 "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_calibration.cxx b/NxWidgets/nxwm/src/glyph_calibration.cxx
index fab2902fe..be9d8de0a 100644
--- a/NxWidgets/nxwm/src/glyph_calibration.cxx
+++ b/NxWidgets/nxwm/src/glyph_calibration.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 "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_cmd.cxx b/NxWidgets/nxwm/src/glyph_cmd.cxx
index 816c888c5..a424fe6f3 100644
--- a/NxWidgets/nxwm/src/glyph_cmd.cxx
+++ b/NxWidgets/nxwm/src/glyph_cmd.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 "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_mediaplayer.cxx b/NxWidgets/nxwm/src/glyph_mediaplayer.cxx
index e7b55a74e..77e933915 100644
--- a/NxWidgets/nxwm/src/glyph_mediaplayer.cxx
+++ b/NxWidgets/nxwm/src/glyph_mediaplayer.cxx
@@ -47,7 +47,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_minimize.cxx b/NxWidgets/nxwm/src/glyph_minimize.cxx
index 4dd95f9f2..0c45a2f77 100644
--- a/NxWidgets/nxwm/src/glyph_minimize.cxx
+++ b/NxWidgets/nxwm/src/glyph_minimize.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 "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx b/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx
index 4f6a387c1..505d87733 100644
--- a/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx
+++ b/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx
@@ -47,7 +47,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_nsh.cxx b/NxWidgets/nxwm/src/glyph_nsh.cxx
index 69bccd344..5fa464854 100644
--- a/NxWidgets/nxwm/src/glyph_nsh.cxx
+++ b/NxWidgets/nxwm/src/glyph_nsh.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 "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_play24x24.cxx b/NxWidgets/nxwm/src/glyph_play24x24.cxx
index 7ccce5e89..e16e3b505 100644
--- a/NxWidgets/nxwm/src/glyph_play24x24.cxx
+++ b/NxWidgets/nxwm/src/glyph_play24x24.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 "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_start.cxx b/NxWidgets/nxwm/src/glyph_start.cxx
index e7937faea..db2ffaf94 100644
--- a/NxWidgets/nxwm/src/glyph_start.cxx
+++ b/NxWidgets/nxwm/src/glyph_start.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 "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_stop.cxx b/NxWidgets/nxwm/src/glyph_stop.cxx
index a60b75ce8..df7e02268 100644
--- a/NxWidgets/nxwm/src/glyph_stop.cxx
+++ b/NxWidgets/nxwm/src/glyph_stop.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 "crlepalettebitmap.hxx"