aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/render/Texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Texture.hpp')
-rw-r--r--src/render/Texture.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Texture.hpp b/src/render/Texture.hpp
index f814e06b..ae949d5f 100644
--- a/src/render/Texture.hpp
+++ b/src/render/Texture.hpp
@@ -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);