summaryrefslogtreecommitdiff
path: root/framebuffer/fb_plotters.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-02-13 17:34:18 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-02-13 17:34:18 +0000
commitce23bb867bce14a73cc758b6a3ad89cbe55ba506 (patch)
tree92d065b023ba36a5284a315aa8a3640d346d79a8 /framebuffer/fb_plotters.c
parent79c0981402d27bfa5327876ad636137725b6d575 (diff)
downloadnetsurf-ce23bb867bce14a73cc758b6a3ad89cbe55ba506.tar.gz
netsurf-ce23bb867bce14a73cc758b6a3ad89cbe55ba506.tar.bz2
make url bar work
make SDL frontend keypresses more sensible split out inline image data into a seperate source file svn path=/trunk/netsurf/; revision=6469
Diffstat (limited to 'framebuffer/fb_plotters.c')
-rw-r--r--framebuffer/fb_plotters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/framebuffer/fb_plotters.c b/framebuffer/fb_plotters.c
index 72e892b8a..b4a3e09d5 100644
--- a/framebuffer/fb_plotters.c
+++ b/framebuffer/fb_plotters.c
@@ -200,9 +200,9 @@ bool fb_clip(int x0, int y0, int x1, int y1)
fb_plot_ctx.y1 = y1;
}
- LOG(("%d, %d - %d, %d clipped to %d, %d - %d, %d",
+ /*LOG(("%d, %d - %d, %d clipped to %d, %d - %d, %d",
x0,y0,x1,y1,
- fb_plot_ctx.x0, fb_plot_ctx.y0, fb_plot_ctx.x1, fb_plot_ctx.y1));
+ fb_plot_ctx.x0, fb_plot_ctx.y0, fb_plot_ctx.x1, fb_plot_ctx.y1)); */
return true;
}