Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix clickexternplayer(), no need to test the target again - surf - customized …
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit ee04671220690ec225112d49ece959239a3e2202
parent c069b76f1bab7107d2a7df263ea51482587f8184
Author: Quentin Rameau <[email protected]>
Date: Tue, 24 Nov 2015 23:18:06 +0100
Fix clickexternplayer(), no need to test the target again
Diffstat:
M surf.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -1425,10 +1425,8 @@ clickexternplayer(Client *c, const Arg *a, WebKitHitTes…
{
Arg arg;
- if (webkit_hit_test_result_get_context(h) & OnMedia) {
- arg = (Arg)VIDEOPLAY(webkit_hit_test_result_get_media_uri(h));
- spawn(c, &arg);
- }
+ arg = (Arg)VIDEOPLAY(webkit_hit_test_result_get_media_uri(h));
+ spawn(c, &arg);
}
int
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.