Choose between x11grab and kmsgrab at runtime

This commit is contained in:
loki
2021-08-06 15:55:38 +02:00
parent ac5f439839
commit 065e9e718a
8 changed files with 341 additions and 118 deletions

View File

@@ -4,5 +4,7 @@
#include "sunshine/platform/common.h"
namespace va {
std::shared_ptr<platf::hwdevice_t> make_hwdevice(int width, int height);
int init();
} // namespace va
#endif