mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-12 08:21:20 -04:00
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:
parent
fd4ff669dd
commit
a9818c0df1
3 changed files with 1 additions and 5 deletions
2
seat.h
2
seat.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue