job->canvasBox.UR.x = ROUND(job->margin.x) + imageSize.x;
job->canvasBox.UR.y = ROUND(job->margin.y) + imageSize.y;
-/* FIXME - can't do this - must not overide window size */
-
/* calculate job->width and job->height with margins */
if (job->rotation) {
job->width = job->canvasBox.UR.y + job->canvasBox.LL.y;
pointer.x = (double)xev.xbutton.x;
pointer.y = (double)xev.xbutton.y;
(job->callbacks->button_release)(job, xev.xbutton.button, pointer);
- if (job->selected_href && job->selected_href[0])
- browser_show(job);
+// if (job->selected_href && job->selected_href[0])
+// browser_show(job);
rc++;
break;
case KeyPress: