aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2017-08-27 14:13:50 +0200
committerJoel Bodenmann <joel@embedded.pro>2017-08-27 14:13:50 +0200
commitdb99ea7d04cf573fcf593d5a83912e877543c45e (patch)
treeeb7efca3827197328678dcd73f147c525b57be77 /src
parent285c6528e65c3fa9a898e03b261fcaf8121308cd (diff)
downloaduGFX-db99ea7d04cf573fcf593d5a83912e877543c45e.tar.gz
uGFX-db99ea7d04cf573fcf593d5a83912e877543c45e.tar.bz2
uGFX-db99ea7d04cf573fcf593d5a83912e877543c45e.zip
Updating #error message
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin_rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_rules.h b/src/gwin/gwin_rules.h
index 5d9c8745..c044be66 100644
--- a/src/gwin/gwin_rules.h
+++ b/src/gwin/gwin_rules.h
@@ -80,7 +80,7 @@
#endif
#if !GFX_USE_GINPUT
// This test also ensures that GFX_USE_GEVENT is set
- #error "GWIN: GFX_USE_GINPUT (and one or more input sources) is required if GWIN_NEED_WIDGET is TRUE"
+ #error "GWIN: GFX_USE_GINPUT is required if GWIN_NEED_WIDGET is TRUE"
#endif
#if !GWIN_NEED_WINDOWMANAGER
#if GFX_DISPLAY_RULE_WARNINGS