Do not display a cursor on output creation

Now we don't display a cursor unless a pointer device is connected.

Fixes #2
This commit is contained in:
Jente Hidskes 2018-12-31 00:55:19 +01:00
parent fd4ff669dd
commit a9818c0df1
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
3 changed files with 1 additions and 5 deletions

2
seat.h
View file

@ -10,8 +10,6 @@
#include "server.h"
#include "view.h"
#define DEFAULT_XCURSOR "left_ptr"
struct cg_seat {
struct wlr_seat *seat;
struct cg_server *server;