summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/shared/qwaylandsharedmemoryformathelper_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/qwaylandsharedmemoryformathelper_p.h b/src/shared/qwaylandsharedmemoryformathelper_p.h
index e5b5faf02..85905c02f 100644
--- a/src/shared/qwaylandsharedmemoryformathelper_p.h
+++ b/src/shared/qwaylandsharedmemoryformathelper_p.h
@@ -89,7 +89,7 @@ private:
WL_SHM_FORMAT_ABGR8888, //Format_RGBA8888,
WL_SHM_FORMAT_ABGR8888, //Format_RGBA8888_Premultiplied,
WL_SHM_FORMAT_XBGR2101010, //Format_BGR30,
- WL_SHM_FORMAT_ARGB2101010, //Format_A2BGR30_Premultiplied,
+ WL_SHM_FORMAT_ABGR2101010, //Format_A2BGR30_Premultiplied,
WL_SHM_FORMAT_XRGB2101010, //Format_RGB30,
WL_SHM_FORMAT_ARGB2101010, //Format_A2RGB30_Premultiplied,
WL_SHM_FORMAT_C8, //Format_Alpha8,