mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Fix prototype to get it as C linkage.
svn path=/trunk/netsurf/; revision=5477
This commit is contained in:
parent
5de594527f
commit
0980d865b4
@ -305,7 +305,7 @@ void bitmap_modified(void *vbitmap) {
|
||||
* \param resume the function to be called when resuming
|
||||
*/
|
||||
void bitmap_set_suspendable(void *vbitmap, void *private_word,
|
||||
void (*invalidate)(struct bitmap *bitmap, void *private_word)) {
|
||||
void (*invalidate)(void *vbitmap, void *private_word)) {
|
||||
struct bitmap *bitmap = (struct bitmap *)vbitmap;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user