~silwol/freenukum/trunk

« back to all changes in this revision

Viewing changes to src/fn_picture_splash.c

  • Committer: Wolfgang Silbermayr
  • Date: 2009-02-19 07:53:17 UTC
  • Revision ID: wolfgang@silbermayr.at-20090219075317-yvff1vfn2lkcu2u0
fntile basically integrated into backdrop loading

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
/* --------------------------------------------------------------- */
49
49
 
50
 
#define MAX(X,Y) ((X)>(Y) ? (X) : (Y))
51
 
 
52
 
/* --------------------------------------------------------------- */
53
 
 
54
50
int fn_picture_splash_show(
55
51
    fn_environment_t * env,
56
52
    char * filename)