Skip to content

Commit

Permalink
wayland: use more specific input codes header
Browse files Browse the repository at this point in the history
Wayland’s wl_pointer interface describes the button event’s argument as
being taken from linux/input-event-codes.h, so there is no need to
include the more generic linux/input.h.
  • Loading branch information
linkmauve authored and jeeb committed Oct 25, 2020
1 parent 49d6a1e commit 007ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/out/wayland_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <limits.h>
#include <poll.h>
#include <unistd.h>
#include <linux/input.h>
#include <linux/input-event-codes.h>
#include <time.h>
#include "common/msg.h"
#include "options/m_config.h"
Expand Down

0 comments on commit 007ace7

Please sign in to comment.