Go to file
Alan Coopersmith 524e5445c0 Add #include "inpututils.h" to xkbAccessX.c for init_device_event
Fixes Sun compiler warning:
"xkbAccessX.c", line 128: warning: implicit function declaration: init_device_event

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-10-03 08:54:09 +10:00
Xext
Xi Input: Add smooth-scrolling support to GetPointerEvents 2011-09-30 09:24:18 +10:00
composite
config
damageext
dbe
dix Input: Fix frac calculation on [Raw]DeviceEvent conversion 2011-09-30 09:25:03 +10:00
doc
exa
fb
glx
hw input: switch InitValuatorAxisStruct to return Bool 2011-09-29 12:26:43 +10:00
include Merge branch 'smooth-scrolling' into next 2011-09-30 09:24:56 +10:00
m4
man
mi Merge remote-tracking branch 'whot/next' 2011-09-26 20:24:15 -07:00
miext
os Merge remote-tracking branch 'whot/next' 2011-09-26 20:24:15 -07:00
randr
record
render
test Input: Add smooth-scrolling support to GetPointerEvents 2011-09-30 09:24:18 +10:00
xfixes
xkb Add #include "inpututils.h" to xkbAccessX.c for init_device_event 2011-10-03 08:54:09 +10:00
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac Merge branch 'raw-events' into next 2011-09-29 14:18:35 +10:00
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
manpages.am
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

README

					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