How about input method for CJK at present?

2015-04-15 Thread Leslie Zhai
same situation for Fcitx wayland branch https://github.com/fcitx/fcitx/tree/wayland Then it is better to confirm whether or not implement it by migrating or just ignoring ;-) -- Regards, Leslie Zhai ___ wayland-devel mailing list wayland-devel

Re: [PATCH] Mirroing mode

2015-04-14 Thread Leslie Zhai
weston_config_section_get_string(section, "mode", &s, "preferred"); if (strcmp(s, "off") == 0) config = OUTPUT_CONFIG_OFF; Yup it is a monkey patch! I have to deal with the pageflip as Xiong Zhang did. Thank you very much, pg, you are so nic

Re: [PATCH] Mirroing mode

2015-04-13 Thread Leslie Zhai
0日 21:05, Pekka Paalanen wrote: On Fri, 10 Apr 2015 15:36:36 +0800 Leslie Zhai wrote: Hi Pekka, I am reading src/compositor-drm.c in create_outputs(...) function, it uses drmModeGetResources to get count_connectors, then update the X position in a for loop shown as below: ``` x += containe

Re: Migrated randr protocol patch to weston git upstream

2015-04-09 Thread Leslie Zhai
mode by --output XXX --same-as ... If there is NO support for weston yet, why not randr protocol skeleton implementation just for fun ;-) On 2015年04月09日 16:41, Pekka Paalanen wrote: On Thu, 09 Apr 2015 14:42:33 +0800 Leslie Zhai wrote: Hi wayland developers, I found that Quanxian Wang had

Migrated randr protocol patch to weston git upstream

2015-04-08 Thread Leslie Zhai
backlight_current; @@ -683,6 +722,8 @@ struct weston_compositor { /* Raw keyboard processing (no libxkbcommon initialization or handling) */ int use_xkbcommon; +struct wrandr *randr; + int32_t kb_repeat_rate; int32_t kb_repeat_delay; @@ -1

Re: Wayland API Changed?

2014-04-10 Thread Leslie Zhai
://github.com/AOSC-Dev/tinywm Regards, Leslie Zhai On Thu, 10 Apr 2014 21:46:41 +0800 Leslie Zhai wrote: That is a good news to me, and I am learning Wayland and relative components, so I wanna develop recordmydesktop-wayland to be familiar with it :) Screenshooting particularly is very special

Re: Wayland API Changed?

2014-04-10 Thread Leslie Zhai
, and it is in simple architecture design stage, so if you are interest in it, please let me know your github account :) Regards, Leslie Zhai I was able to write some sort of "pure" wayland client, but I lately somewhat lost interest in Wayland and I did't even thank the mailing

Re: Wayland API Changed?

2014-04-10 Thread Leslie Zhai
x27;t it? Then it is able to write several png(s) into a *.ogv file to act like recordmydesktop-x11. Regards, Leslie Zhai On Thu, Apr 10, 2014 at 05:08:45PM +0800, Leslie Zhai wrote: Hi João and Wayland developers, I am a newbie of Wayland, so I just wanna write a HelloWorld at first :) I

Wayland API Changed?

2014-04-10 Thread Leslie Zhai
o me, thanks a lot! Regards, Leslie Zhai ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel