On Fri, 6 Jun 2014 13:55:17 +0200 (CEST)
"Nils R" <ml_AT_hxgn.net> wrote:
> Any thoughts?
> -typedef Colormap Colormap;
> +typedef Colormap Colourmap;
>
> typedef struct {
> char c[UTF_SIZ]; /* character code */
> _AT_@ -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 <dev_AT_frign.de>
Received on Fri Jun 06 2014 - 14:02:51 CEST