mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-05 04:06:24 -05:00
server: remove backend pointer
This commit is contained in:
parent
dc002acd20
commit
42782bda1d
4 changed files with 10 additions and 11 deletions
2
server.h
2
server.h
|
|
@ -4,7 +4,6 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/backend.h>
|
||||
#include <wlr/types/wlr_idle.h>
|
||||
#include <wlr/types/wlr_idle_inhibit_v1.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
|
|
@ -19,7 +18,6 @@
|
|||
|
||||
struct cg_server {
|
||||
struct wl_display *wl_display;
|
||||
struct wlr_backend *backend;
|
||||
struct wl_list views;
|
||||
|
||||
struct cg_seat *seat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue