summaryrefslogtreecommitdiff
path: root/framebuffer/fbtk.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-07-02 21:23:54 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-07-02 21:23:54 +0000
commitc04b939c8cdc75a0d5faf5bae0805d96d6e74bde (patch)
tree5eb6bf564cdb426d9447e31fafc7c968f0151e84 /framebuffer/fbtk.h
parent1165edf662baa3286ff76df54f2db6819340d0a3 (diff)
downloadnetsurf-c04b939c8cdc75a0d5faf5bae0805d96d6e74bde.tar.gz
netsurf-c04b939c8cdc75a0d5faf5bae0805d96d6e74bde.tar.bz2
Fix by tlsa for content which is updated by the core like animated gifs and forms
svn path=/trunk/netsurf/; revision=8270
Diffstat (limited to 'framebuffer/fbtk.h')
-rw-r--r--framebuffer/fbtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framebuffer/fbtk.h b/framebuffer/fbtk.h
index 95bd8b9a3..530a82d34 100644
--- a/framebuffer/fbtk.h
+++ b/framebuffer/fbtk.h
@@ -207,6 +207,8 @@ bool fbtk_event(fbtk_widget_t *root, nsfb_event_t *event, int timeout);
/* keycode to ucs4 */
int fbtk_keycode_to_ucs4(int code, uint8_t mods);
+/* clip a box to a widgets area */
+bool fbtk_clip_to_widget(fbtk_widget_t *widget, bbox_t * restrict box);