aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/notepad-2/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/3rdparty/notepad-2/main.c')
-rw-r--r--demos/3rdparty/notepad-2/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/3rdparty/notepad-2/main.c b/demos/3rdparty/notepad-2/main.c
index 05481b18..ec9acd0c 100644
--- a/demos/3rdparty/notepad-2/main.c
+++ b/demos/3rdparty/notepad-2/main.c
@@ -81,13 +81,13 @@ int main(void) {
gfxInit();
/* Calibrate the touchscreen */
- ginputSetMouseCalibrationRoutines(0, NULL, tsCalibRead, FALSE);
+ ginputSetMouseCalibrationRoutines(0, NULL, tsCalibRead, gFalse);
ginputGetMouse(0);
// Set the color scheme
nSetColorScheme(schemeDefault);
- while (TRUE) {
+ while (1) {
gfxThreadWait(nLaunchNotepadApp());
gdispSetClip(0, 0, gdispGetWidth(), gdispGetHeight());