~silwol/freenukum/trunk

« back to all changes in this revision

Viewing changes to src/fn_inputfield.h

  • Committer: Wolfgang Silbermayr
  • Date: 2009-02-20 13:23:01 UTC
  • Revision ID: wolfgang@silbermayr.at-20090220132301-ordzjbq0cdehm88p
Replaced some more SDL_Surface occurrences by FnTexture's

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
/* --------------------------------------------------------------- */
33
33
 
34
 
#include <SDL.h>
35
 
 
36
 
/* --------------------------------------------------------------- */
37
 
 
38
34
#include "fn_tilecache.h"
 
35
#include "fntexture.h"
39
36
 
40
37
/* --------------------------------------------------------------- */
41
38
 
78
75
/* --------------------------------------------------------------- */
79
76
 
80
77
void fn_inputfield_blit(fn_inputfield_t * field,
81
 
    SDL_Surface * target,
 
78
    FnTexture * target,
82
79
    fn_environment_t * env);
83
80
 
84
81
/* --------------------------------------------------------------- */