mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-23 01:40:25 -05:00
Updated for wlroots 0.15.0
This commit is contained in:
parent
309ccd2faf
commit
87c32d58ab
8 changed files with 36 additions and 13 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <wlr/backend.h>
|
||||
#include <wlr/render/allocator.h>
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
#include <wlr/render/wlr_texture.h>
|
||||
#include <wlr/types/wlr_compositor.h>
|
||||
|
|
@ -34,6 +35,7 @@ struct wb_server {
|
|||
struct wlr_backend *backend;
|
||||
struct wlr_compositor *compositor;
|
||||
struct wlr_renderer *renderer;
|
||||
struct wlr_allocator *allocator;
|
||||
|
||||
struct wlr_output_layout *layout;
|
||||
struct wb_cursor *cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue