Find a file
Max Schwarz 765ef69295 dix: fix inverted handling of legacy scroll button events
This bug led to inverted scrolling axes with drivers that support smooth
scrolling axes but send legacy button events.

Signed-off-by: Max Schwarz <Max@x-quadraht.de>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-10-06 10:55:16 +10:00
composite Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
config Merge remote-tracking branch 'herrb/master' 2011-10-03 13:56:06 -07:00
damageext Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
dbe Unconditionally #include <stdint.h> 2011-09-23 16:46:23 -07:00
dix dix: fix inverted handling of legacy scroll button events 2011-10-06 10:55:16 +10:00
doc Xserver-spec: use appropriate copyright markup 2011-10-03 12:19:58 -07:00
exa
fb fb: Rename wfbTriangles and wfbTrapezoids 2011-09-21 14:14:05 -07:00
glx
hw Merge remote-tracking branch 'herrb/master' 2011-10-03 13:56:06 -07:00
include Move pointOnScreen to inpututils.c 2011-10-04 13:01:33 +10:00
m4
man config: add udev/systemd multi-seat support 2011-08-22 15:56:49 +10:00
mi Merge remote-tracking branch 'whot/next' 2011-09-26 20:24:15 -07:00
miext
os Merge remote-tracking branch 'alanc/master' 2011-10-03 11:49:23 -07:00
randr Use correct swap{l,s} (or none at all for CARD8) 2011-09-21 17:14:16 -04:00
record Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
render Unconditionally #include <stdint.h> 2011-09-23 16:46:23 -07:00
test Input: Add smooth-scrolling support to GetPointerEvents 2011-09-30 09:24:18 +10:00
Xext Unconditionally #include <stdint.h> 2011-09-23 16:46:23 -07:00
xfixes Use internal temp variable for swap macros 2011-09-21 17:12:04 -04:00
Xi Input: Add smooth-scrolling support to GetPointerEvents 2011-09-30 09:24:18 +10:00
xkb Add #include "inpututils.h" to xkbAccessX.c for init_device_event 2011-10-03 08:54:09 +10:00
.gitignore
autogen.sh
configure.ac Merge remote-tracking branch 'herrb/master' 2011-10-03 13:56:06 -07:00
COPYING
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
Makefile.am
manpages.am
README
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

					X Server

The X server accepts requests from client applications to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the
following article:
http://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/xserver

        http://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage