1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Export icon fetcher header, remove nxd from icon-fetcher header.

This commit is contained in:
Dave Davenport 2018-07-14 18:05:34 +02:00
parent d526ae2ec3
commit e4d823774c
4 changed files with 4 additions and 2 deletions

View file

@ -44,7 +44,8 @@ rofiinclude_HEADERS=\
include/mode.h\ include/mode.h\
include/mode-private.h\ include/mode-private.h\
include/helper.h\ include/helper.h\
include/rofi-types.h include/rofi-types.h\
include/rofi-icon-fetcher.h
## ##
# Rofi the program # Rofi the program

View file

@ -4,7 +4,6 @@
#include <glib.h> #include <glib.h>
#include <stdint.h> #include <stdint.h>
#include <cairo.h> #include <cairo.h>
#include "nkutils-xdg-theme.h"
/** /**
* @defgroup ICONFETCHER IconFetcher * @defgroup ICONFETCHER IconFetcher

View file

@ -110,6 +110,7 @@ install_headers([
'include/mode-private.h', 'include/mode-private.h',
'include/helper.h', 'include/helper.h',
'include/rofi-types.h', 'include/rofi-types.h',
'include/rofi-icon-fetcher.h'
], ],
subdir: meson.project_name(), subdir: meson.project_name(),
) )

View file

@ -37,6 +37,7 @@
#include "keyb.h" #include "keyb.h"
#include "view.h" #include "view.h"
#include "nkutils-xdg-theme.h"
typedef struct { typedef struct {
// Context for icon-themes. // Context for icon-themes.