X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2Fgpdf.cc;h=5eff140135117bc259a96d241574dffde11de882;hb=5f8665905e640372b862cfe30b71628cd1e40051;hp=147222b409aefcbbf3c6f700a18cdd07180137ba;hpb=1e2eb7dcec367363483987cfe528dbb49497579d;p=evince.git diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc index 147222b4..5eff1401 100644 --- a/pdf/xpdf/gpdf.cc +++ b/pdf/xpdf/gpdf.cc @@ -102,16 +102,11 @@ doc_config_event (GtkWidget *widget, void *ugly) widget->allocation.height, -1); + printf ("Creating pixmap of size %d %d\n", + widget->allocation.width, widget->allocation.height); gdk_color_white (gtk_widget_get_default_colormap(), &doc->paper); doc->out = new GOutputDev (doc->pixmap, doc->paper); -/* gdk_draw_rectangle (doc->pixmap, - widget->style->white_gc, - TRUE, - 0, 0, - widget->allocation.width, - widget->allocation.height);*/ - printf ("Configured...\n"); return TRUE; }