Wire up pointer, start on cursor

This commit is contained in:
Drew DeVault 2017-09-23 10:36:32 -04:00
parent 0699aa62d8
commit 7523de7c61
5 changed files with 80 additions and 8 deletions

View file

@ -8,6 +8,7 @@
#include <wlr/xcursor.h>
#include "rootston/config.h"
#include "rootston/view.h"
#include "rootston/server.h"
struct roots_keyboard {
struct roots_input *input;
@ -94,4 +95,6 @@ struct roots_input *input_create(struct roots_server *server,
struct roots_config *config);
void input_destroy(struct roots_input *input);
void pointer_add(struct wlr_input_device *device, struct roots_input *input);
#endif