On Fri, 6 Jun 2014 13:55:17 +0200 (CEST)
"Nils R" <[email protected]> wrote:
> Any thoughts?
> -typedef Colormap Colormap;
> +typedef Colormap Colourmap;
>
> typedef struct {
> char c[UTF_SIZ]; /* character code */
> @@ -241,7 +241,7 @@ typedef struct {
> /* Purely graphic info */
> typedef struct {
> Display *dpy;
> - Colormap cmap;
> + Colourmap cmap;
How did this pass QC?
I remember we wanted to make Colour/Color uniform
and ban all instances of "Colour" in variable and type-names.
In this case, just removing the typedef is sufficient.
Cheers
FRIGN
--
FRIGN <[email protected]>