summaryrefslogtreecommitdiffstats
path: root/include/xcb.h
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 13:36:11 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 13:36:11 +0200
commit1d99363ce99d3412f20604ea93a49c7e3ee02340 (patch)
tree67e01edae4e4c8fd73576feefcb7355938c30177 /include/xcb.h
parent93cb04e30f1c512a1744709f70f55faa080dbb70 (diff)
helper: Move cairo_image_surface_create_from_svg to helper.c
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include/xcb.h')
-rw-r--r--include/xcb.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/xcb.h b/include/xcb.h
index aaa6981a..bca40cd8 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -28,6 +28,7 @@
#ifndef ROFI_XCB_H
#define ROFI_XCB_H
+#include <xcb/xcb.h>
#include <cairo.h>
/**
@@ -201,13 +202,6 @@ cairo_surface_t * x11_helper_get_bg_surface ( void );
cairo_surface_t *x11_helper_get_screenshot_surface ( void );
/**
- * Gets a surface from an svg path
- *
- * @returns a cairo surface from an svg path
- */
-cairo_surface_t *cairo_image_surface_create_from_svg ( const gchar* file, int height );
-
-/**
* Creates an internal represenation of the available monitors.
* Used for positioning rofi.
*/