summaryrefslogtreecommitdiff
path: root/src/plot_util.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-12-04 11:12:07 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-12-04 11:12:07 +0000
commit0f3db39f79300a8354812050cf15e3e060e71442 (patch)
treef93bb8c724130c95108b392cb2bffda956ec3849 /src/plot_util.c
parent936196d9965a1c75c015f915169dadd8ea64f35e (diff)
downloadlibnsfb-0f3db39f79300a8354812050cf15e3e060e71442.tar.gz
libnsfb-0f3db39f79300a8354812050cf15e3e060e71442.tar.bz2
Improve cursor handling
Improve screen copy handling and API svn path=/trunk/libnsfb/; revision=9714
Diffstat (limited to 'src/plot_util.c')
-rw-r--r--src/plot_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plot_util.c b/src/plot_util.c
index a126021..c30597b 100644
--- a/src/plot_util.c
+++ b/src/plot_util.c
@@ -150,7 +150,8 @@ bool nsfb_plot_clip_line_ctx(nsfb_t *nsfb, nsfb_bbox_t * restrict line)
}
/* documented in libnsfb_plot_util.h */
-bool nsfb_plot_add_rect(const nsfb_bbox_t *box1, const nsfb_bbox_t *box2, nsfb_bbox_t *result)
+bool
+nsfb_plot_add_rect(const nsfb_bbox_t *box1, const nsfb_bbox_t *box2, nsfb_bbox_t *result)
{
/* lower x coordinate */
if (box1->x0 < box2->x0)