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

@@ -133,6 +133,10 @@ int processLineParams ( int argc, char **argv )
if ( currParam.at (0) == '-' ) {
switch ( currParam.at (1) ) {
case '-':
// GTK --argument, we're skipping it
break;
#ifdef WIN32
case 'w': // This case is handled outside this function
@@ -248,7 +252,6 @@ RTWindow *create_rt_window()
defaultIconTheme->append_search_path (icon_path);
rtengine::setPaths();
MyExpander::init(); // has to stay AFTER rtengine::setPaths
// ------- loading theme files