mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
R E N D E R I N G
This commit is contained in:
parent
e902de34db
commit
d053acbed6
5 changed files with 159 additions and 9 deletions
|
@ -28,7 +28,8 @@ cairo_surface_t *load_background_image(const char *path) {
|
|||
GError *err = NULL;
|
||||
GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file(path, &err);
|
||||
if (!pixbuf) {
|
||||
wlr_log(L_ERROR, "Failed to load background image.");
|
||||
wlr_log(L_ERROR, "Failed to load background image (%s).",
|
||||
err->message);
|
||||
return false;
|
||||
}
|
||||
image = gdk_cairo_image_surface_create_from_pixbuf(pixbuf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue