[Wayland-bugs] [Bug 50261] [Regression] weston-terminal can't be inputted

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 23 01:49:41 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=50261

--- Comment #1 from ZhaoShengyan <shengyanx.zhao at intel.com> 2012-05-23 01:49:41 PDT ---
37816df64641a9b8bb922e938f902adc2374de2e is first bad commit.

commit 37816df64641a9b8bb922e938f902adc2374de2e
Author: Daniel Stone <daniel at fooishbar.org>
commit 37816df64641a9b8bb922e938f902adc2374de2e
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Wed May 16 18:45:18 2012 +0100

    Convert wl_input_device to wl_seat (and friends)

    wl_input_device has been both renamed and split.  wl_seat is now a
    virtual object representing a group of logically related input devices
    with related focus.

    It now only generates one event: to let clients know that it has new
    capabilities.  It takes requests which hand back objects for the
    wl_pointer, wl_keyboard and wl_touch interfaces it exposes which all
    provide the old input interface, just under different names.

    This commit tracks these changes in weston and the clients, as well as
    similar renames (e.g. weston_input_device -> weston_seat).  Some other
    changes were necessary, e.g. renaming the name for the visible mouse
    sprite from 'pointer' to 'cursor' so as to not conflict.

    For simplicity, every seat is always exposed with all three interfaces,
    although this will change as time goes on.

    Signed-off-by: Daniel Stone <daniel at fooishbar.org>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Wayland-bugs mailing list