Ask Wayland what monitor outputs are available

This commit is contained in:
Loki 2021-08-23 18:22:59 +02:00
commit 05dcff4f87
7 changed files with 351 additions and 1 deletions

View file

@ -26,6 +26,8 @@
#include "upnp.h"
#include "video.h"
#include "platform/linux/wayland.h"
#include "platform/common.h"
extern "C" {
#include <libavutil/log.h>
@ -239,6 +241,9 @@ int main(int argc, char *argv[]) {
shutdown_event->raise(true);
});
wl::test();
return 0;
proc::refresh(config::stream.file_apps);
auto deinit_guard = platf::init();