diff options
author | Matthew Allum <breakfast@10.am> | 2004-11-09 11:36:49 +0000 |
---|---|---|
committer | Matthew Allum <breakfast@10.am> | 2004-11-09 11:36:49 +0000 |
commit | 50cdff7ee2a1b448da24e85efae02237cff9b6b7 (patch) | |
tree | 401c9b0d3322629af64bd0b898b42b3613eaea0d /hw/kdrive/ephyr/ephyrinit.c | |
parent | 81a3b6fe27567b4f91033ece69996aa6bf8d01a3 (diff) |
Xephyr improvements
Diffstat (limited to 'hw/kdrive/ephyr/ephyrinit.c')
-rw-r--r-- | hw/kdrive/ephyr/ephyrinit.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/kdrive/ephyr/ephyrinit.c b/hw/kdrive/ephyr/ephyrinit.c index bf7b93ff9..45df309f0 100644 --- a/hw/kdrive/ephyr/ephyrinit.c +++ b/hw/kdrive/ephyr/ephyrinit.c @@ -87,6 +87,10 @@ ddxProcessArgument (int argc, char **argv, int i) hostx_use_host_cursor(); return 1; } + else if (argv[i][0] == ':') + { + hostx_set_display_name(argv[i]); + } return KdProcessArgument (argc, argv, i); } |