Go to file
Jon TURNEY 2a47c91eb3 hw/xwin: Refactor Xutf8TextPropertyToString() from GetWindowName() as a separate utility function
Simplify GetWindowName() by moving UTF-8 to wchar conversion out to it's call
site.  This allows us to do extra processing on the window name in future.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
2012-08-03 22:46:18 +01:00
composite
config
damageext
dbe
dix
doc
exa
fb
glx glx: Fix checking GL version 2012-07-13 11:25:04 +10:00
hw hw/xwin: Refactor Xutf8TextPropertyToString() from GetWindowName() as a separate utility function 2012-08-03 22:46:18 +01:00
include dix: don't use "new" as a parameter name 2012-07-25 09:27:11 -07:00
m4
man
mi XQuartz: Fix runtime regressions introduced by extension loading changes 2012-07-24 00:32:30 -07:00
miext cw: Remove 2012-07-25 14:02:44 -07:00
os xwin: Clean up os wrappers for System, Popen and Pclose on Windows 2012-07-17 16:08:04 +01:00
randr Use C99 designated initializers in RandR 1.4 extension Events 2012-07-16 21:25:07 -07:00
record
render
test
Xext Fix two more C99 initialization mistakes using members of same struct 2012-07-16 21:24:49 -07:00
xfixes
Xi
xkb xwin: Clean up os wrappers for System, Popen and Pclose on Windows 2012-07-17 16:08:04 +01:00
.gitignore
autogen.sh
configure.ac Version 1.12.99.903 (1.13 RC3) 2012-07-25 14:29:48 -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