summaryrefslogtreecommitdiff
path: root/hw/dmx/input
AgeCommit message (Collapse)Author
2005-12-02Define XFree86Server only where it is required.Kevin E Martin
2005-10-06Add support for building DMX config and examples programs Add missing filesKevin E Martin
to EXTRA_DIST Install Xdmx man page
2005-08-24Don't try to build dmx/input/lnx-*.c if <linux/keyboard.h> isn't foundAlan Coopersmith
Don't try to build dmx/input/usb-*.c if <linux/input.h> isn't found Replace -rdynamic with $(LD_EXPORT_SYMBOLS_FLAG) for compatibility with compilers other than gcc
2005-07-28Fix distcheck for serverKevin E Martin
2005-07-12Add support for building Xdmx and XvfbKevin E Martin
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin
<{dix,dmx}-config.h> to the source files.
2005-07-01Adding initial build system.Daniel Stone
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone
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.
2004-07-28When using DMX console input, make detached screens display as grey (vs.Rik Faith
white for attached and black for dead-space).
2004-07-07Bugzilla #817Rik Faith
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin