Solaris 9 font locations
This commit is contained in:
parent
ed7b62c414
commit
8db7f5d28e
1 changed files with 4 additions and 0 deletions
|
|
@ -7161,6 +7161,10 @@ static void setup(int argc, char * argv[])
|
|||
loadfonts(macosx.fontsPath, 0);
|
||||
loadfonts("/usr/share/fonts", 0);
|
||||
loadfonts("/usr/X11R6/lib/X11/fonts", 0);
|
||||
#elif defined(__sun__)
|
||||
loadfonts("/usr/openwin/lib/X11/fonts", 0);
|
||||
loadfonts("/usr/share/fonts", 0);
|
||||
loadfonts("/usr/X11R6/lib/X11/fonts", 0);
|
||||
#else
|
||||
loadfonts("/usr/share/feh/fonts", 0);
|
||||
loadfonts("/usr/share/fonts", 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue