]> git.pld-linux.org Git - packages/netsurf.git/blame - fixes.patch
Release 3 (by relup.sh)
[packages/netsurf.git] / fixes.patch
CommitLineData
128c42bd
WF
1--- netsurf-3.6/content/handlers/image/video.c.orig 2016-11-19 14:37:41.000000000 +0100
2+++ netsurf-3.6/content/handlers/image/video.c 2016-11-21 17:24:58.168353942 +0100
3@@ -20,8 +20,10 @@
4
5 #include "content/content_factory.h"
6 #include "content/content_protected.h"
7+#include "content/llcache.h"
8
9 #include "image/video.h"
10+#include "utils/utils.h"
11
12 typedef struct nsvideo_content {
13 struct content base;
14@@ -67,7 +69,7 @@ static void nsvideo_source_event(GObject
15 }
16
17 static nserror nsvideo_create(const content_handler *handler,
18- lwc_string *imime_type, const http_parameter *params,
19+ lwc_string *imime_type, const struct http_parameter *params,
20 llcache_handle *llcache,
21 const char *fallback_charset, bool quirks,
22 struct content **c)
This page took 0.028376 seconds and 4 git commands to generate.