mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-17 17:45:42 +00:00
PJS: Kierens path patch
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@714 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -124,10 +124,10 @@ void projectM::readConfig ( std::string config_file )
|
||||
presetDuration = config.read<int> ( "Preset Duration", 15 );
|
||||
|
||||
|
||||
presetURL = config.read<string> ( "Preset Path", "/usr/share/projectM/presets" );
|
||||
presetURL = config.read<string> ( "Preset Path", CMAKE_INSTALL_PREFIX "/share/projectM/presets" );
|
||||
|
||||
title_fontURL = config.read<string> ( "Title Font", "/usr/share/projectM/fonts/Vera.ttf" );
|
||||
menu_fontURL = config.read<string> ( "Menu Font", "/usr/share/projectM/fonts/VeraMono.ttf" );
|
||||
title_fontURL = config.read<string> ( "Title Font", CMAKE_INSTALL_PREFIX "/share/projectM/fonts/Vera.ttf" );
|
||||
menu_fontURL = config.read<string> ( "Menu Font", CMAKE_INSTALL_PREFIX "/share/projectM/fonts/VeraMono.ttf" );
|
||||
|
||||
projectM_init ( gx, gy, fps, texsize, wvw, wvh );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user