Implement libinput wlr_pointer

This commit is contained in:
Drew DeVault 2017-06-13 10:27:15 -04:00
parent 0dbfe56c89
commit a63230e59c
7 changed files with 201 additions and 11 deletions

View file

@ -21,7 +21,6 @@
struct sample_state {
struct wl_list config;
// TODO: Move renderer into shared
struct wlr_renderer *renderer;
struct wlr_surface *cat_texture;
};