shithub: cstory

Download patch

ref: c6bcbeab2f3faef7c2bbdc2cacd2af5ad1c913c0
parent: 953b2990ce47bccbbd935cc1f699c8e12cd03a93
author: Gabriel Ravier <gabravier@gmail.com>
date: Wed May 8 14:01:15 EDT 2019

Revert "corrections" of "colour" to "color", makes style inconsistent though :(

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -236,7 +236,7 @@
 			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 @@
 
 				if (gWindow)
 				{
-					// Set color depth
+					// Set colour depth
 					switch (config.display_mode)
 					{
 						case 0: