mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-06 04:06:23 -05:00
Merge pull request #21 from keithbowes/xdg-output
Preliminary support for xdg-output
This commit is contained in:
commit
252b8c0de5
3 changed files with 12 additions and 4 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
#include <wlr/render/wlr_texture.h>
|
||||
#include <wlr/types/wlr_xdg_output_v1.h>
|
||||
|
||||
#include "waybox/server.h"
|
||||
|
||||
|
|
@ -18,6 +19,8 @@ struct wb_output {
|
|||
struct wlr_output *wlr_output;
|
||||
struct wb_server *server;
|
||||
|
||||
struct wlr_xdg_output_manager_v1 *manager;
|
||||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener frame;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue