diff options
author | kraxel <kraxel> | 2006-07-03 15:53:01 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-07-03 15:53:01 +0000 |
commit | f2cdb04fe4bd669b9f420f46630b1442aeb01925 (patch) | |
tree | 9753d55254009111ddcafad769e2f71e563f7019 | |
parent | dfa61dddee08cc7d86b4fce9f8b58c6901b31e80 (diff) | |
download | xenwatch-f2cdb04fe4bd669b9f420f46630b1442aeb01925.tar.gz |
disable broken window switcjing
-rw-r--r-- | xenscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xenscreen.c b/xenscreen.c index ccd3fe0..583d742 100644 --- a/xenscreen.c +++ b/xenscreen.c @@ -100,7 +100,7 @@ static void try_attach_screen(struct dom *dom, int boot) "-X", "-S", screen_session, "screen", "-t", dom->name, dom->tty, NULL); -#if 1 +#if 0 /* * Hmm, not exactly the most elegant way to do this. * Switches back from the new window to the previous one. |