mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-14 23:05:58 +01:00
e
This commit is contained in:
parent
c31f514b8e
commit
24fd18bfd8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class CTexture {
|
|||
void* m_pEglImage = nullptr;
|
||||
eTransform m_eTransform = HYPRUTILS_TRANSFORM_NORMAL;
|
||||
bool m_bOpaque = false;
|
||||
uint32_t m_iDrmFormat = DRM_FORMAT_INVALID; // for shm
|
||||
uint32_t m_iDrmFormat = 0; // for shm
|
||||
|
||||
private:
|
||||
void createFromShm(uint32_t drmFormat, uint8_t* pixels, uint32_t stride, const Vector2D& size);
|
||||
|
|
Loading…
Reference in a new issue