Go to file
Jon TURNEY 290dbff075 hw/xwin: winProcEstablishConnection doesn't need to check if clipboard started
winProcEstablishConnection doesn't need to check if clipboard has already been
started.

It should be clear that we start the thread only once when the wrapper tells us
to, as the wrapper unhooks itself thereafter.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
2014-09-13 14:06:05 +01:00
Xext xv: Drop the ClientPtr from the interface to the DDX. 2014-08-07 12:39:53 -07:00
Xi
composite
config config: Replace OdevAttributes linked list with struct 2014-07-17 17:10:48 -07:00
damageext
dbe
dix pixmap: fix reverse optimus support with multiple heads 2014-09-11 18:14:44 -07:00
doc os: Remove deprecated malloc/free wrappers 2014-07-29 09:51:50 -04:00
dri3 dri3: Don't enable the DRI3 extension unless some screen supports it 2014-08-17 14:37:44 -07:00
exa exa: Fix a warning when enabling DEBUG_TRACE_FALL 2014-06-25 11:59:22 -07:00
fb fb: Fix invalid bpp for 24bit depth window 2014-08-21 20:10:41 -05:00
glamor glamor: Make glyph mask cache per-screen 2014-09-11 18:31:11 -07:00
glx glx/present: Only send GLX_BufferSwapComplete for PresentCompleteKindPixmap 2014-09-11 18:19:41 -07:00
hw hw/xwin: winProcEstablishConnection doesn't need to check if clipboard started 2014-09-13 14:06:05 +01:00
include pixmap: fix reverse optimus support with multiple heads 2014-09-11 18:14:44 -07:00
m4
man
mi mi: Remove apparently unused miSegregateChildren 2014-07-29 09:51:43 -04:00
miext miext/shadow: Remove shadowInit 2014-07-29 09:51:48 -04:00
os glx: Disable indirect GLX contexts by default. 2014-09-11 18:24:03 -07:00
present glx/present: Only send GLX_BufferSwapComplete for PresentCompleteKindPixmap 2014-09-11 18:19:41 -07:00
pseudoramiX
randr randr: Fix logic in RRPointerToNearestCrtc 2014-07-30 14:40:17 -07:00
record
render render: Remove unused CopyPicture 2014-07-29 09:52:19 -04:00
test Make list tests actually test lists 2014-09-11 18:25:42 -07:00
xfixes
xkb xkb: Remove some fascinating paranoia from event emission 2014-07-29 09:53:45 -04:00
.dir-locals.el
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac ephyr: set screen size & origin from host X server output's CRTC geometry 2014-08-21 20:14:55 -05: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