XLibre Xserver
Go to file
Peter Hutterer 19be992d9d ephyr: if -parent is given, check for a trailing -screen. (#24144)
If -parent is given, don't open up a new window if -screen is given as well.
The commandline option -screen allows to set the depth of the embedded
Xephry instance, even though width and height are autoscaled on -parent.

This patch checks for a -screen parameter after -parent and - if one is
found - delays initializing the screen. The parent window id is stored
temporarily but re-set after a -screen argument.
The following command is thus valid:

Xephyr -parent 1234 -screen 640x480@8 -screen 1024x768

It embeds the first 8-bit screen into window 1234 and opens up a new window
for the second screen. Multiple parent arguments are possible, the screens
are embedded in-order.

X.Org Bug 24144 <http://bugs.freedesktop.org/show_bug.cgi?id=24144>

Tested-by: Vic Lee
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-29 09:38:44 +10:00
Xext Xext: switch mbuf.c to dixLookupResourceByType 2009-09-22 11:14:00 +10:00
Xi Xi: Make CopyKeyClass X_HIDDEN to avoid ugly ifdef-fu 2009-09-27 09:52:03 -07:00
composite input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
config config: don't shutdown the libhal ctx if it failed to initialize (#23213) 2009-08-14 11:01:20 +10:00
damageext input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
dbe dbe: Fix indentation 2009-07-17 14:57:50 -04:00
dix Add (ok, fix) support for DTrace under OS X 2009-09-27 23:32:19 -07:00
doc Xephyr & Xserver man page fixes 2009-07-07 17:36:24 -07:00
exa EXA: Fix mixed pixmaps crash with missing / failing UploadToScreen hook. 2009-09-27 02:08:10 +02:00
fb Add xoff and yoff to drawable->x and drawable->y in create_bits_picture(). 2009-09-14 16:09:37 +10:00
glx input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
hw ephyr: if -parent is given, check for a trailing -screen. (#24144) 2009-09-29 09:38:44 +10:00
include XQuartz: Transition from xEvent based mieq to InternalEvent 2009-09-27 23:31:07 -07:00
m4 Add shave so that we can see the steaming piles of warnings generated. 2009-04-14 10:35:44 -04:00
mi Rootless: Correct border rendering on parent-relative windows 2009-09-27 23:31:50 -07:00
miext Rootless: Correct border rendering on parent-relative windows 2009-09-27 23:31:50 -07:00
os Add (ok, fix) support for DTrace under OS X 2009-09-27 23:32:19 -07:00
randr input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
record input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
render render: Plug a memory leak in AddGlyph. (#23286) 2009-09-28 12:59:27 +10:00
test Fix build of unit tests when dtrace probes are enabled 2009-09-24 16:36:25 -07:00
xfixes input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
xkb input: don't use typecasts to access members of InternalEvent. 2009-09-22 11:15:32 +10:00
.gitignore Add (ok, fix) support for DTrace under OS X 2009-09-27 23:32:19 -07:00
COPYING Correct some Sun license notices to Sun's standard X11 license format 2009-05-15 11:24:15 -07:00
Makefile.am Fix dist. 2009-07-23 15:32:20 -07:00
autogen.sh autogen.sh: Pass --force to autoreconf 2008-07-22 16:55:26 +03:00
configure.ac Add (ok, fix) support for DTrace under OS X 2009-09-27 23:32:19 -07:00
cpprules.in Update xorg.conf man page & sample for changes in Xorg 1.7 2009-09-14 16:03:18 +10:00
shave-libtool.in Put tests for zero-sized strings in quotes (#24060) 2009-09-28 15:07:48 +10:00
shave.in Put tests for zero-sized strings in quotes (#24060) 2009-09-28 15:07:48 +10:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Since font modules are dead, don't mention them in xorg-server.pc 2009-07-09 17:21:07 -04:00