DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 0de67b19990a00a54d2cf345c94d1018789b8956
parent 058388be8b2dc21d6da9cdd0b727571dba02290a
Author: falkTX <falktx@gmail.com>
Date:   Sat,  2 May 2015 19:55:59 +0200

Misc

Diffstat:
Mdgl/src/sofd/libsofd.h | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dgl/src/sofd/libsofd.h b/dgl/src/sofd/libsofd.h @@ -21,14 +21,14 @@ * THE SOFTWARE. */ -#ifdef SOFD_HAVE_X11 +#ifndef LIBSOFD_H +#define LIBSOFD_H + #include <X11/Xlib.h> /////////////////////////////////////////////////////////////////////////////// /* public API */ -typedef struct FibInternalsImpl FibInternals; - /** open a file select dialog * @param dpy X Display connection * @param parent (optional) if not NULL, become transient for given window @@ -173,3 +173,5 @@ unsigned int x_fib_recent_count (); * @return pointer to static string */ const char *x_fib_recent_at (unsigned int i); + +#endif // LIBSOFD_H