xserver-multidpi/hw/xfree86/dummylib
Daniel Stone 292c4cff26 Fix includes right throughout the Xserver tree:
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
    <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2005-04-20 12:25:48 +00:00
..
dummylib.h Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
fatalerror.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
getvalidbios.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
logvwrite.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
pcitestmulti.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
README Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
verrorf.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xalloc.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86addrestolist.c Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
xf86allocscripi.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86drvmsg.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86drvmsgverb.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86errorf.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86errorfverb.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86getpagesize.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86getverb.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86info.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86msg.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86msgverb.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86opt.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86screens.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86servisinit.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
xf86verbose.c Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00

libdummy (dummylib) contains basic utility functions required by libxf86_os.a.
There is one symbol per source/object so that each can be overriden
individually by whatever uses this library.


$XFree86$