Fix compilation on Windows

This commit is contained in:
Loki
2021-06-07 14:22:23 +02:00
parent 84c55d6efc
commit 3a3d4928f9
6 changed files with 143 additions and 114 deletions

View File

@@ -118,7 +118,7 @@ public:
std::shared_ptr<img_t> alloc_img() override;
int dummy_img(img_t *img_base) override;
std::shared_ptr<platf::hwdevice_t> make_hwdevice(int width, int height, pix_fmt_e pix_fmt) override;
std::shared_ptr<platf::hwdevice_t> make_hwdevice(pix_fmt_e pix_fmt) override;
gpu_cursor_t cursor;
std::vector<hwdevice_t *> hwdevices;