Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nfd/nfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfd/nfd.h')
-rw-r--r--nfd/nfd.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/nfd/nfd.h b/nfd/nfd.h
index 74c92743..7a1e5601 100644
--- a/nfd/nfd.h
+++ b/nfd/nfd.h
@@ -38,7 +38,8 @@ typedef enum {
/* single file open dialog */
nfdresult_t NFD_OpenDialog( const nfdchar_t *filterList,
const nfdchar_t *defaultPath,
- nfdchar_t **outPath );
+ nfdchar_t **outPath,
+ void* owner );
/* multiple file open dialog */
nfdresult_t NFD_OpenDialogMultiple( const nfdchar_t *filterList,
@@ -48,7 +49,8 @@ nfdresult_t NFD_OpenDialogMultiple( const nfdchar_t *filterList,
/* save dialog */
nfdresult_t NFD_SaveDialog( const nfdchar_t *filterList,
const nfdchar_t *defaultPath,
- nfdchar_t **outPath );
+ nfdchar_t **outPath,
+ void* owner );
/* select folder dialog */