summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cgraphicsport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cgraphicsport.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cgraphicsport.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/NxWidgets/libnxwidgets/include/cgraphicsport.hxx b/NxWidgets/libnxwidgets/include/cgraphicsport.hxx
index d3d9e6114..006a56d51 100644
--- a/NxWidgets/libnxwidgets/include/cgraphicsport.hxx
+++ b/NxWidgets/libnxwidgets/include/cgraphicsport.hxx
@@ -123,9 +123,10 @@ namespace NXWidgets
* @param background Color to use for background if transparent is false.
* @param transparent Whether to fill the background.
*/
- void drawText(struct nxgl_point_s *pos, CRect *bound, CNxFont *font,
- const CNxString &string, int startIndex, int length,
- nxgl_mxpixel_t background, bool transparent);
+
+ void _drawText(struct nxgl_point_s *pos, CRect *bound, CNxFont *font,
+ const CNxString &string, int startIndex, int length,
+ nxgl_mxpixel_t background, bool transparent);
public:
/**