Implement support for KMS cursor plane capture (#1981)

This commit is contained in:
Cameron Gutman
2024-01-05 23:02:39 -06:00
committed by GitHub
parent 791ed48a3f
commit f88df0f596
6 changed files with 329 additions and 55 deletions

View File

@@ -280,6 +280,7 @@ namespace egl {
class cursor_t: public platf::img_t {
public:
int x, y;
int src_w, src_h;
unsigned long serial;