Adding HiDPI support (WIP)
This commit is contained in:
@@ -282,6 +282,10 @@ int processLineParams ( int argc, char **argv )
|
||||
|
||||
if ( currParam.at (0) == '-' ) {
|
||||
switch ( currParam.at (1) ) {
|
||||
case '-':
|
||||
// GTK --argument, we're skipping it
|
||||
break;
|
||||
|
||||
case 'O':
|
||||
copyParamsFile = true;
|
||||
|
||||
|
Reference in New Issue
Block a user