mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Basic data manager (wterm now shows, but input is still not working)
This commit is contained in:
parent
64db394085
commit
f805499487
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#include <wlr/render/wlr_renderer.h>
|
||||
#include <wlr/render/wlr_texture.h>
|
||||
#include <wlr/types/wlr_compositor.h>
|
||||
#include <wlr/types/wlr_data_device.h>
|
||||
#include <wlr/types/wlr_idle.h>
|
||||
#include <wlr/types/wlr_screencopy_v1.h>
|
||||
#include <wlr/types/wlr_matrix.h>
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ bool start_wb(struct wb_server* server) {
|
|||
|
||||
server->compositor = wlr_compositor_create(server->wl_display,
|
||||
wlr_backend_get_renderer(server->backend));
|
||||
|
||||
wlr_data_device_manager_create(server->wl_display);
|
||||
wlr_xdg_shell_create(server->wl_display);
|
||||
//wlr_idle_create(server->wl_display);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue