Both xext and liblbxutil contain lbxbuf.h, lbxbufstr.h and lbximage.h as header files. Maybe those three files should be removed from xext.
liblbxutil is really only interesting if you're still building lbxproxy, since the X servers lost LBX support in Xorg 1.2. Those files probably should be removed from libXext though.
Removed from libXext now: include/X11/extensions/lbxbuf.h | 51 ------------ include/X11/extensions/lbxbufstr.h | 45 ----------- include/X11/extensions/lbximage.h | 151 ------------------------------------- src/Makefile.am | 3 4 files changed, 250 deletions(-) New commits: commit 72cc123fbf3b5186771529cd5d9d9af46470b1af Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Fri Jun 11 18:25:30 2010 -0700 Remove headers for functions found in liblbxutil As reported in https://bugs.freedesktop.org/show_bug.cgi?id=25880 they were already added to liblbxutil, but I missed removing them from here, where they're not used. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.