mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-08 10:06:42 -05:00
Replaced KDE's obsolete idle protocol with the standard ext-idle-notify-v1
This commit is contained in:
parent
00d8451178
commit
5122dbf35f
8 changed files with 11 additions and 55 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#include <wlr/types/wlr_compositor.h>
|
||||
#include <wlr/types/wlr_data_device.h>
|
||||
#include <wlr/types/wlr_gamma_control_v1.h>
|
||||
#include <wlr/types/wlr_idle.h>
|
||||
#include <wlr/types/wlr_idle_notify_v1.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include <wlr/types/wlr_scene.h>
|
||||
#include <wlr/types/wlr_screencopy_v1.h>
|
||||
|
|
@ -43,6 +43,7 @@ struct wb_server {
|
|||
struct wlr_allocator *allocator;
|
||||
struct wlr_backend *backend;
|
||||
struct wlr_compositor *compositor;
|
||||
struct wlr_idle_notifier_v1 *idle_notifier;
|
||||
struct wlr_output_layout *output_layout;
|
||||
struct wlr_xdg_output_manager_v1 *output_manager;
|
||||
struct wlr_renderer *renderer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue