Skip to content

Commit

Permalink
Merge branch 'swaywm:master' into bindsym-to-code
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinf committed Sep 13, 2024
2 parents 613af60 + f957c7e commit 2bb4516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sway/config/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ static bool search_render_format(struct search_context *ctx, size_t output_idx)
DRM_FORMAT_XRGB2101010,
DRM_FORMAT_XBGR2101010,
DRM_FORMAT_XRGB8888,
DRM_FORMAT_ARGB8888,
DRM_FORMAT_INVALID,
};
if (render_format_is_bgr(wlr_output->render_format)) {
Expand Down

0 comments on commit 2bb4516

Please sign in to comment.