Adding HiDPI support (WIP)

This commit is contained in:
Hombre
2018-10-25 20:22:33 +02:00
parent c34bd31765
commit 4eb8a8f70c
1213 changed files with 875 additions and 379 deletions

View File

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