eis-client: Log received events
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4064>
This commit is contained in:
parent
c46db0a020
commit
f63a2ce420
@ -872,6 +872,9 @@ meta_eis_client_process_event (MetaEisClient *client,
|
|||||||
{
|
{
|
||||||
enum eis_event_type type = eis_event_get_type (event);
|
enum eis_event_type type = eis_event_get_type (event);
|
||||||
|
|
||||||
|
meta_topic (META_DEBUG_EIS,
|
||||||
|
"Processing %s event", eis_event_type_to_string (type));
|
||||||
|
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case EIS_EVENT_SEAT_BIND:
|
case EIS_EVENT_SEAT_BIND:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user