Re: [hackers] [surf][PATCH] Add support for WebGL

2018-02-23 Thread Quentin Rameau
> Allows enabling and disabling WebGL support built into WebKit. > The feature is turned off by default. Thanks, applied! (sorry for the delay)

Re: [hackers] [surf][PATCH] add support for WebGL

2017-09-29 Thread Quentin Rameau
Hi Eon, Thank you for your patch, I'll push it soon. > + [WebGl] = { { .i = 1 }, }, Looks like you sent the same patch again. Don't worry though, I can modify it before pushing it, I'll take care of it. -- Quentin

[hackers] [surf][PATCH] Add support for WebGL

2017-09-29 Thread Eon S. Jeon
Allows enabling and disabling WebGL support built into WebKit. The feature is turned off by default. --- config.def.h | 1 + surf.c | 5 + 2 files changed, 6 insertions(+) diff --git a/config.def.h b/config.def.h index 2e735bf..8bce95e 100644 --- a/config.def.h +++ b/config.def.h @@

[hackers] [surf][PATCH] add support for WebGL

2017-09-29 Thread Eon S. Jeon
--- config.def.h | 1 + surf.c | 5 + 2 files changed, 6 insertions(+) diff --git a/config.def.h b/config.def.h index 2e735bf..ec99e27 100644 --- a/config.def.h +++ b/config.def.h @@ -46,6 +46,7 @@ static Parameter defconfig[ParameterLast] = { [SpellLanguages] = { {

Re: Re: [hackers] [surf][PATCH] add support for WebGL

2017-09-29 Thread Eon S. Jeon
On 09/26/2017 01:24 AM, Hiltjo Posthuma wrote: The default should be off (0) imho. Ya, I totally agree with you. I was just trying to get the patch reviewed before putting it on the wiki. But, now, I'm just gonna submit a new one with the default flipped, and get this thing applied. :)

Re: [hackers] [surf][PATCH] add support for WebGL

2017-09-25 Thread Hiltjo Posthuma
On Sun, Sep 24, 2017 at 10:35:45PM +0900, Eon S. Jeon wrote: > --- > config.def.h | 1 + > surf.c | 5 + > 2 files changed, 6 insertions(+) > > diff --git a/config.def.h b/config.def.h > index 2e735bf..ec99e27 100644 > --- a/config.def.h > +++ b/config.def.h > @@ -46,6 +46,7 @@ static

[hackers] [surf][PATCH] add support for WebGL

2017-09-24 Thread Eon S. Jeon
--- config.def.h | 1 + surf.c | 5 + 2 files changed, 6 insertions(+) diff --git a/config.def.h b/config.def.h index 2e735bf..ec99e27 100644 --- a/config.def.h +++ b/config.def.h @@ -46,6 +46,7 @@ static Parameter defconfig[ParameterLast] = { [SpellLanguages] = { {