gata give X more time to start

This commit is contained in:
jsorg71 2005-02-19 23:08:49 +00:00
parent 97b2519fd4
commit 2999a3c831

View File

@ -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;
}