Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
This commit is contained in:
commit
2587ae0ce5
1 changed files with 3 additions and 0 deletions
|
|
@ -7949,6 +7949,9 @@ static void load_stamps(SDL_Surface * screen)
|
|||
load_stamp_dir(screen, "Resources/stamps");
|
||||
load_stamp_dir(screen, "/Library/Application Support/TuxPaint/stamps");
|
||||
#endif
|
||||
#ifdef __IOS__
|
||||
load_stamp_dir(screen, "stamps");
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
free(homedirdir);
|
||||
homedirdir = get_fname("data/stamps", DIR_DATA);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue