mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-17 10:50:47 +01:00
vncserver: refactor
This commit is contained in:
parent
cfac63aec5
commit
8a3cf76f82
@ -33,8 +33,6 @@
|
||||
|
||||
&ParseAndProcessCliOptions();
|
||||
|
||||
&CheckGeometryAndDepthAreSensible();
|
||||
|
||||
&CreateDotVncDir();
|
||||
|
||||
$displayNumber = &DetectDisplayNumberFromCliArgs() ||
|
||||
@ -1046,4 +1044,5 @@ sub ParseAndProcessCliOptions {
|
||||
my @supportedOptions = ("-geometry",1,"-depth",1,"-pixelformat",1,"-name",1,"-kill",1,"-help",0,"-h",0,"--help",0,"-fp",1,"-list",0,"-fg",0,"-autokill",0,"-noxstartup",0,"-xstartup",1);
|
||||
&ParseOptionsAndRemoveMatchesFromARGV(@supportedOptions);
|
||||
&ProcessCliOptions();
|
||||
&CheckGeometryAndDepthAreSensible();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user