Hello ,
Sorry, I couldn't write to you sooner.
(I'm not good at English.)
> Hi ,
>
> good news you are are still working on Cygwin/X port.
> I remember your 042 experimental release half a year ago, which really
> helped me.
> But then the link became unreachable and/or blocked :( When updat
Fixed now :)
devilhorns
Christopher Michael wrote:
> Yea, ended up running into this error myself :( wondering if it's just a
> typo...
>
> dh
>
> P Purkayastha wrote:
>> edje compilation failed for me too with the same error. I did a grep
>> on the function
>> grep -r Xmb8ResetIC /usr/inclu
Yea, ended up running into this error myself :( wondering if it's just a
typo...
dh
P Purkayastha wrote:
> edje compilation failed for me too with the same error. I did a grep on
> the function
> grep -r Xmb8ResetIC /usr/include
> and came up with zero results. Instead it seems /usr/include/X
Enlightenment SVN schrieb:
> +#ifdef X_HAVE_UTF8_STRING
>e->key_compose = strdup(buf);
> +#else
> + e->key_compose = ecore_txt_convert(nl_langinfo(CODESET), "UTF-8",
> buf);
> +#endif
> }
> }
> else
> @@ -739,7 +751,7 @@
> {
> char *str;
> X