mirror of
https://github.com/labwc/labwc.git
synced 2026-03-03 01:40:37 -05:00
Move "#if HAVE_LIBSFDO" inside desktop-entry.h
This commit is contained in:
parent
bffdccf8dc
commit
a0cf6bb068
4 changed files with 3 additions and 8 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
#ifndef LABWC_DESKTOP_ENTRY_H
|
#ifndef LABWC_DESKTOP_ENTRY_H
|
||||||
#define LABWC_DESKTOP_ENTRY_H
|
#define LABWC_DESKTOP_ENTRY_H
|
||||||
|
#include "config.h"
|
||||||
|
#if HAVE_LIBSFDO
|
||||||
|
|
||||||
struct server;
|
struct server;
|
||||||
|
|
||||||
|
|
@ -23,4 +25,5 @@ struct lab_img *desktop_entry_load_icon(
|
||||||
const char *desktop_entry_name_lookup(struct server *server,
|
const char *desktop_entry_name_lookup(struct server *server,
|
||||||
const char *app_id);
|
const char *app_id);
|
||||||
|
|
||||||
|
#endif /* HAVE_LIBSFDO */
|
||||||
#endif /* LABWC_DESKTOP_ENTRY_H */
|
#endif /* LABWC_DESKTOP_ENTRY_H */
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,7 @@
|
||||||
#include "view.h"
|
#include "view.h"
|
||||||
#include "workspaces.h"
|
#include "workspaces.h"
|
||||||
#include "labwc.h"
|
#include "labwc.h"
|
||||||
#if HAVE_LIBSFDO
|
|
||||||
#include "desktop-entry.h"
|
#include "desktop-entry.h"
|
||||||
#endif
|
|
||||||
#include "osd.h"
|
#include "osd.h"
|
||||||
|
|
||||||
/* includes '%', terminating 's' and NULL byte, 8 is enough for %-9999s */
|
/* includes '%', terminating 's' and NULL byte, 8 is enough for %-9999s */
|
||||||
|
|
|
||||||
|
|
@ -35,11 +35,7 @@
|
||||||
#include "config/rcxml.h"
|
#include "config/rcxml.h"
|
||||||
#include "config/session.h"
|
#include "config/session.h"
|
||||||
#include "decorations.h"
|
#include "decorations.h"
|
||||||
|
|
||||||
#if HAVE_LIBSFDO
|
|
||||||
#include "desktop-entry.h"
|
#include "desktop-entry.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "idle.h"
|
#include "idle.h"
|
||||||
#include "input/keyboard.h"
|
#include "input/keyboard.h"
|
||||||
#include "labwc.h"
|
#include "labwc.h"
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,7 @@
|
||||||
#include "common/scaled-img-buffer.h"
|
#include "common/scaled-img-buffer.h"
|
||||||
#include "common/scene-helpers.h"
|
#include "common/scene-helpers.h"
|
||||||
#include "common/string-helpers.h"
|
#include "common/string-helpers.h"
|
||||||
#if HAVE_LIBSFDO
|
|
||||||
#include "desktop-entry.h"
|
#include "desktop-entry.h"
|
||||||
#endif
|
|
||||||
#include "img/img.h"
|
#include "img/img.h"
|
||||||
#include "labwc.h"
|
#include "labwc.h"
|
||||||
#include "node.h"
|
#include "node.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue