Bug 60617: Clipboard doesn't properly store data of client that closes - nerdopolis1@verizon.net - 2/10/2013 Back to Bug | Your Reviews | Help
Attachment 74985: call wl_data_device_set_keyboard_focus in seat_get_keyboard - Rafal Mielniczuk <rafal.mielniczuk2@gmail.com> - 2/17/2013 (View )

Show Quick Help

From: Rafal Mielniczuk <rafal.mielniczuk2@gmail.com>
Date: Sun, 17 Feb 2013 15:55:55 +0100
Subject: [PATCH] compositor: set data_device keyboard focus in
seat_get_keyboard
Because seat_get_keyboard is called after initial
weston_surface_activate, wl_data_device_set_keyboard_focus
fails to send data offer for newly connected client due to
wl_seat.focus_resource being NULL.
This patch calls wl_data_device_set_keyboard_focus
in seat_get_keyboard, so it can send data offer for
newly created client (when wl_keyboard.resource_list
and wl_seat.focus_resource are properly set up).
https://bugs.freedesktop.org/show_bug.cgi?id=60617
---
src/compositor.c | 1 +
1 file changed, 1 insertion(+)
<Overall Comment>
Powered by Splinter

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.