> El 2013-07-10 03:21, yan.w...@linux.intel.com escribió:
>>> Hi Yan,
>>> Is this code available somewhere?
>>
>> If you could get the code of webkit0-efl from tizen.org, you could
>> find
>> them on shared-surface branch. Kalyan integrated my implementation
>> into
>> it.
>> Thanks.
>
> I can onl
We talked about this on IRC. looks good to me.
On Jul 10, 2013 4:42 PM, "Mariusz Ceier" wrote:
> Functions like wl_argument_from_va_list expect from get_next_argument,
> to initialize details->type but when the signature is empty or contains
> only version (like in desktop-shell-protocol.c in wes
On 07/10/2013 07:27 PM, Daiki Ueno wrote:
> Hi Eduardo,
>
> "Eduardo Lima (Etrunko)" writes:
>
>> Is there any specific reason why is the .pc file not being installed in
>> standard $(libdir)/pkgconfig such as the others? In ths case the patch
>> would simply be something like:
>>
>> +pkgconfig_
Hi Eduardo,
"Eduardo Lima (Etrunko)" writes:
> Is there any specific reason why is the .pc file not being installed in
> standard $(libdir)/pkgconfig such as the others? In ths case the patch
> would simply be something like:
>
> +pkgconfig_DATA += wayland-scanner.pc
It is because wayland-scann
On 07/02/2013 06:38 AM, Daiki Ueno wrote:
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 4fa7425..4226f63 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -57,6 +57,9 @@ wayland_scanner_SOURCES = \
> wayland_scanner_LDADD = $(EXPAT_LIBS) libwayland-ut
Functions like wl_argument_from_va_list expect from get_next_argument,
to initialize details->type but when the signature is empty or contains
only version (like in desktop-shell-protocol.c in weston) it is left
uninitialized.
This patch fixes it, by initializing details->type with '\0' value,
sig
From: Quentin Glidic
It allows a more generic layer management that several modules can use
at the same time without breaking each others’ layers.
Signed-off-by: Quentin Glidic
---
src/compositor.c| 39 +++---
src/compositor.h| 16 +++-
src/s
Hi
On Thu, Jun 6, 2013 at 9:32 AM, Peng Wu wrote:
> ---
Please cut the headline and instead provide a proper commit message.
> clients/Makefile.am | 2 +-
> clients/terminal.c | 18 --
> 2 files changed, 17 insertions(+), 3 deletions(-)
>
> diff --git a/clients/Makefile.am b/
Hi Kristian,
Actually the terminal patch only uses functions from glib.
Is it okay to use glib.h or should I try to duplicate the code in the
terminal?
I will check the text selection for the dual-width characters soon.
Thanks,
Peng Wu
Refer URL:
https://git.gnome.org/browse/glib/tree/