From c6bcbeab2f3faef7c2bbdc2cacd2af5ad1c913c0 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Wed, 8 May 2019 18:01:15 +0200 Subject: [PATCH] Revert "corrections" of "colour" to "color", makes style inconsistent though :( Signed-off-by: Gabriel Ravier --- src/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main.cpp b/src/Main.cpp index 65e0abec..a8b3137c 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -236,7 +236,7 @@ int main(int argc, char *argv[]) printf("Failed to load cursor\n"); } - // Get window dimensions and color depth + // Get window dimensions and colour depth int windowWidth; int windowHeight; int colourDepth; @@ -283,7 +283,7 @@ int main(int argc, char *argv[]) if (gWindow) { - // Set color depth + // Set colour depth switch (config.display_mode) { case 0: