xorg-xorgproto/include/X11/PM
Alan Coopersmith 641db34376 Remove the use of no-op B16 & B32 bitfield macros in headers
These have always done nothing on all platforms except CRAY.
As https://bugs.freedesktop.org/show_bug.cgi?id=45202 points out
we don't even detect when they've been wrong for decades.

Performed via:
find include -name '*.h' | grep -v md.h | xargs perl -i -p -e 's{\s+B\d+}{}g'
followed by manual whitespace fixups to preserve visual alignment.

The #defines for B16 & B32 are left in place to preserve compatibility
in any code that used them outside the xorgproto repo.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Acked-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2018-11-10 12:31:50 -08:00
..
meson.build meson: Spread the install rules into their subdirs 2018-02-01 15:01:56 -05:00
PM.h Move the headers under include/X11/... 2018-01-30 12:31:15 -05:00
PMproto.h Remove the use of no-op B16 & B32 bitfield macros in headers 2018-11-10 12:31:50 -08:00