swaynag, swaymsg, and sway do not use this function and are unlikely to in the future.master
parent
439122e887
commit
e633fe0b40
@ -1,5 +1,5 @@
|
|||||||
#ifndef _SWAY_BACKGROUND_IMAGE_H
|
#ifndef _SWAYBAR_IMAGE_H
|
||||||
#define _SWAY_BACKGROUND_IMAGE_H
|
#define _SWAYBAR_IMAGE_H
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
|
|
||||||
cairo_surface_t *load_image(const char *path);
|
cairo_surface_t *load_image(const char *path);
|
@ -1,7 +1,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "background-image.h"
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#include "swaybar/image.h"
|
||||||
|
|
||||||
#if HAVE_GDK_PIXBUF
|
#if HAVE_GDK_PIXBUF
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
Loading…
Reference in new issue