Fabio Erculiani demis ki:: > How comes, > this is the list of files owned by xproto: > > /usr/include/X11/extensions/dmxext.h > /usr/include/X11/extensions/dmxproto.h > /usr/share/doc/dmxproto-2.2.2/ChangeLog.bz2 > /usr/lib64/pkgconfig/dmxproto.pc > /usr/include/X11/DECkeysym.h ..... > > How can a bunch of .h and pkgconfig files *do* all that magic you are > talking about? >
X preprocesses some files at each startup(using the C preprocessor(cpp) via xrdb configuration tool) Strange but true. Macros defined by these .h files might be used during this configuration. -- Gokdeniz Karadag
