oops, includes

This commit is contained in:
David Rose 2003-09-09 20:08:31 +00:00
parent 22266d04a2
commit 8ba538ac91
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,6 @@
////////////////////////////////////////////////////////////////////
#include "config_pnmtext.h"
#include "staticTextFont.h"
#include "dconfig.h"

View File

@ -23,10 +23,11 @@
#ifdef HAVE_FREETYPE
#include "config_text.h"
#include "config_pnmtext.h"
#include "filename.h"
#include "pvector.h"
#include "pmap.h"
#include "pnmImage.h"
#include "namable.h"
#include <ft2build.h>

View File

@ -74,7 +74,7 @@ generate_into(const wstring &text, PNMImage &dest_image, int x, int y) {
width += glyph->get_advance();
}
int xp;
int xp = x;
int yp = y;
switch (_align) {