+2000-02-09 Michael Meeks <michael@helixcode.com>
+
+ * Clean unused & lack of casting all round the place.
+
2000-02-07 Michael Meeks <michael@helixcode.com>
* bonobo-application-x-pdf.cc: fix typo.
container_about_cmd (GtkWidget *widget, Container *container)
{
GtkWidget *about;
- int i;
const gchar *authors[] = {
N_("Derek B. Noonburg, main author"),
} else {
dpi = zoomDPI[zoom - minZoom];
}
- doc->displayPage(out, page, dpi, rotate, gTrue);
+ doc->displayPage(out, page, (double)dpi, rotate, gTrue);
updateScrollbars();
// update page number display