#include "wx/html/forcelink.h"
#include "wx/html/mod_templ.h"
-#include "wx/wxhtml.h"
+
#include "wx/image.h"
#include "wx/dynarray.h"
(coords[pointer] - yval)) >= wherex) ? 1 : 0;
}
}
-
- while (pointer < end)
+
+ while (pointer < end)
{
yval = coords[pointer];
pointer += 2;
- if (yval >= wherey)
+ if (yval >= wherey)
{
while((pointer < end) && (coords[pointer] >= wherey))
{
{
wxImage *img;
int ww, hh;
- wxString m = input -> GetMimeType();
wxInputStream *s = input -> GetStream();
- img = new wxImage(*s, m);
+ img = new wxImage(*s, wxBITMAP_TYPE_ANY);
m_Image = NULL;
if (img && (img -> Ok())) {