mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -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 */
|
||||
#ifndef LABWC_DESKTOP_ENTRY_H
|
||||
#define LABWC_DESKTOP_ENTRY_H
|
||||
#include "config.h"
|
||||
#if HAVE_LIBSFDO
|
||||
|
||||
struct server;
|
||||
|
||||
|
|
@ -23,4 +25,5 @@ struct lab_img *desktop_entry_load_icon(
|
|||
const char *desktop_entry_name_lookup(struct server *server,
|
||||
const char *app_id);
|
||||
|
||||
#endif /* HAVE_LIBSFDO */
|
||||
#endif /* LABWC_DESKTOP_ENTRY_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue