[Xcb] icccm renaming from old to new convention. builds.
Ian Osgood
iano at quirkster.com
Wed Feb 7 20:26:47 PST 2007
I committed your amended patches, which looked very good to me. I
also adapted my neko demo for the new icccm names.
Ian
On Feb 6, 2007, at 8:23 AM, Thomas Hunger wrote:
> Sorry, more errors:
>
> -SizeHintsSetFlagPAspect (SizeHints *hints)
> +size_hints_set_flag_pa (size_hints_t *hints)
>
> should be
>
> +size_hints_set_flag_p_aspect (size_hints_t *hints)
>
> and
>
> -SizeHintsSetFlagPMinSize (SizeHints *hints)
> +size_hints_set_flag_p_min__size (size_hints_t *hints)
>
> should be
>
> +size_hints_set_flag_p_min_size (size_hints_t *hints)
> .
>
> I also did not change indendation because the resulting patch would be
> less readable. But now the code looks funny in some places.
>
> Tom
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb
>
More information about the Xcb
mailing list