From db99ea7d04cf573fcf593d5a83912e877543c45e Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 27 Aug 2017 14:13:50 +0200 Subject: [PATCH] Updating #error message --- src/gwin/gwin_rules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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