Browse Source

Misc

pull/6/head
falkTX 10 years ago
parent
commit
0de67b1999
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      dgl/src/sofd/libsofd.h

+ 5
- 3
dgl/src/sofd/libsofd.h View File

@@ -21,14 +21,14 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */


#ifdef SOFD_HAVE_X11
#ifndef LIBSOFD_H
#define LIBSOFD_H

#include <X11/Xlib.h> #include <X11/Xlib.h>


/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
/* public API */ /* public API */


typedef struct FibInternalsImpl FibInternals;

/** open a file select dialog /** open a file select dialog
* @param dpy X Display connection * @param dpy X Display connection
* @param parent (optional) if not NULL, become transient for given window * @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 * @return pointer to static string
*/ */
const char *x_fib_recent_at (unsigned int i); const char *x_fib_recent_at (unsigned int i);

#endif // LIBSOFD_H

Loading…
Cancel
Save