From 2e8eaa34717f99c9696867b62ff5f19e76a7ccf8 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 12:19:30 +1000 Subject: Added type gJustify to replace V2.x justify_t, and values gJustifyXXX replace justifyXXX --- demos/3rdparty/notepad-2/notepadApp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/3rdparty') diff --git a/demos/3rdparty/notepad-2/notepadApp.c b/demos/3rdparty/notepad-2/notepadApp.c index 722e2c8d..7526faad 100644 --- a/demos/3rdparty/notepad-2/notepadApp.c +++ b/demos/3rdparty/notepad-2/notepadApp.c @@ -351,7 +351,7 @@ static DECLARE_THREAD_FUNCTION(notepadThread, param) { NPAD_TITLETEXT_STR, font, nCurColorScheme.titleTextColor, - justifyLeft); + gJustifyLeft); /* Create the drawing window, draw its border */ gdispDrawBox(NPAD_DRAWING_AREA_START_X - 1, -- cgit v1.2.3