mirror of
https://github.com/swaywm/sway.git
synced 2026-02-21 01:40:44 -05:00
Address review comments
This commit is contained in:
parent
653853062f
commit
d39bda76c4
9 changed files with 50 additions and 71 deletions
|
|
@ -8,7 +8,8 @@ void cairo_set_source_u32(cairo_t *cairo, uint32_t color);
|
|||
cairo_surface_t *cairo_image_surface_scale(cairo_surface_t *image,
|
||||
int width, int height);
|
||||
|
||||
#ifdef WITH_GDK_PIXBUF
|
||||
#include "config.h"
|
||||
#ifdef HAVE_GDK_PIXBUF
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
cairo_surface_t* gdk_cairo_image_surface_create_from_pixbuf(
|
||||
|
|
|
|||
1
include/meson.build
Normal file
1
include/meson.build
Normal file
|
|
@ -0,0 +1 @@
|
|||
configure_file(output: 'config.h', configuration: conf_data)
|
||||
Loading…
Add table
Add a link
Reference in a new issue