mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-29 07:55:59 +01:00
xwm_get_render_format: fix typo in error message
This commit is contained in:
parent
ec952931a1
commit
6ed1884c84
1 changed files with 1 additions and 1 deletions
|
@ -1255,7 +1255,7 @@ static void xwm_get_render_format(struct wlr_xwm *xwm) {
|
||||||
xcb_render_query_pict_formats_reply_t *reply =
|
xcb_render_query_pict_formats_reply_t *reply =
|
||||||
xcb_render_query_pict_formats_reply(xwm->xcb_conn, cookie, NULL);
|
xcb_render_query_pict_formats_reply(xwm->xcb_conn, cookie, NULL);
|
||||||
if (!reply) {
|
if (!reply) {
|
||||||
wlr_log(L_ERROR, "Did not get any reply from xcb_rrender_query_pict_formats");
|
wlr_log(L_ERROR, "Did not get any reply from xcb_render_query_pict_formats");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
xcb_render_pictforminfo_iterator_t iter =
|
xcb_render_pictforminfo_iterator_t iter =
|
||||||
|
|
Loading…
Reference in a new issue