Skip to content

Commit 16b29be

Browse files
committed
cairo-util: use the correct format
1 parent a93af20 commit 16b29be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/common/wayfire/plugins/common/cairo-util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct owned_texture_t
9595
switch (fmt)
9696
{
9797
case CAIRO_FORMAT_ARGB32:
98-
drm_fmt = WL_SHM_FORMAT_ABGR8888;
98+
drm_fmt = DRM_FORMAT_ARGB8888;
9999
break;
100100

101101
default:

0 commit comments

Comments
 (0)