need to think more carefully about browser activation
authorellson <devnull@localhost>
Fri, 30 Jun 2006 02:46:56 +0000 (02:46 +0000)
committerellson <devnull@localhost>
Fri, 30 Jun 2006 02:46:56 +0000 (02:46 +0000)
lib/common/emit.c
plugin/xlib/gvdevice_xlib.c

index 13f375fdf49fdf8833699c0de69dd342f03c41e2..b6ded35cd2410ca5e7e05d40e0bd5147a2cf49c9 100644 (file)
@@ -264,8 +264,6 @@ static void init_job_pagination(GVJ_t * job, graph_t *g)
     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;
index d77d4677d57abb1c9c5f97f2f907c3dda5ffd89e..fd2d510218645efefc355350914c4cec75318da1 100644 (file)
@@ -194,8 +194,8 @@ static int handle_xlib_events (GVJ_t *firstjob, Display *dpy)
                    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: