XLibre Xserver
Go to file
Jon Turney 356b912906 hw/xwin: Use Bool type in winShowWindowOnTaskbar() prototype
Use the Bool type from X11/Xdefs.h for winShowWindowOnTaskbar().

This is the boolean type we should be using inside the X server, rather than
BOOL, which evaluates to either the Win32 API type, or the Xlib API type,
depending on the context...

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
2016-06-23 14:15:27 +01:00
Xext res: Simplify QueryClientPixmapBytes 2016-06-21 11:11:44 -04:00
Xi
composite res: Fix accounting of redirected window pixmaps for Composite 2016-06-21 11:11:49 -04:00
config
damageext
dbe
dix dix: Call screen block/wakeup handlers closest to blocking [v3] 2016-06-20 11:54:57 -07:00
doc
dri3
exa exa: only draw valid trapezoids 2016-06-17 11:21:30 +02:00
fb Fix alphamap interactions with wfb 2015-09-29 12:21:34 -04:00
glamor dix: Call screen block/wakeup handlers closest to blocking [v3] 2016-06-20 11:54:57 -07:00
glx res: Account for GLXPixmap references too 2016-06-21 11:11:54 -04:00
hw hw/xwin: Use Bool type in winShowWindowOnTaskbar() prototype 2016-06-23 14:15:27 +01:00
include xrandrprovider: Do not use separate lists for unbound / source / offload slaves 2016-06-17 11:35:58 +02:00
m4
man
mi
miext dix: Call screen block/wakeup handlers closest to blocking [v3] 2016-06-20 11:54:57 -07:00
os Revert "XDMCP: For IPv6 add link local addresses to the end of the list" 2016-06-21 11:45:17 -04:00
present xrandrprovider: Do not use separate lists for unbound / source / offload slaves 2016-06-17 11:35:58 +02:00
pseudoramiX
randr randr: Adjust master's last set time with slaves 2016-06-17 11:38:13 +02:00
record
render exa: only draw valid trapezoids 2016-06-17 11:21:30 +02:00
test
xfixes
xkb
.dir-locals.el
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac Allow compile-time selection of a fallback input driver 2016-06-08 13:08:32 -04: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

					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