summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-02-19 23:08:49 +0000
committerjsorg71 <jsorg71>2005-02-19 23:08:49 +0000
commit2999a3c8313d3fcb64413d827c1380890533c451 (patch)
tree70ba00a2815c8866927dfcd000148f91c87f6002 /sesman
parent97b2519fd4b2445f0108f6458154d736a0a1191a (diff)
downloadxrdp-proprietary-2999a3c8313d3fcb64413d827c1380890533c451.tar.gz
xrdp-proprietary-2999a3c8313d3fcb64413d827c1380890533c451.zip
gata give X more time to start
Diffstat (limited to 'sesman')
-rw-r--r--sesman/sesman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 3b1dae5e..fbc6c025 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -332,7 +332,7 @@ int start_session(int width, int height, int bpp, char* username,
session_items[display].width = width;
session_items[display].height = height;
session_items[display].bpp = bpp;
- g_sleep(1000);
+ g_sleep(5000);
}
return display;
}