mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-12 22:09:19 +03:00
squash some warnings
svn path=/trunk/netsurf/; revision=7048
This commit is contained in:
parent
2531079866
commit
5fb853c99d
@ -20,6 +20,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "utils/log.h"
|
||||
#include "css/css.h"
|
||||
|
@ -167,6 +167,8 @@ void fbtk_writable_text(fbtk_widget_t *widget, fbtk_enter_t enter, void *pw);
|
||||
|
||||
/* General routines */
|
||||
|
||||
bool fbtk_clip_rect(const bbox_t * restrict clip, bbox_t * restrict box);
|
||||
|
||||
/** Pointer movement.
|
||||
*
|
||||
* Pointer has been moved.
|
||||
|
Loading…
Reference in New Issue
Block a user