summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
diff options
context:
space:
mode:
authordas <das>2008-09-02 16:10:54 (GMT)
committerdas <das>2008-09-02 16:10:54 (GMT)
commit95e0e3514d5e3e55f91b743363ef64f1a2bfe738 (patch)
tree3c40081be33ace95b998d50bd312a870763188d9 /macosx/tkMacOSXDialog.c
parentefda61bdd67b9f540aa57722efec0e2430e6056f (diff)
downloadtk-95e0e3514d5e3e55f91b743363ef64f1a2bfe738.zip
tk-95e0e3514d5e3e55f91b743363ef64f1a2bfe738.tar.gz
tk-95e0e3514d5e3e55f91b743363ef64f1a2bfe738.tar.bz2
comments, whitespace
Diffstat (limited to 'macosx/tkMacOSXDialog.c')
-rw-r--r--macosx/tkMacOSXDialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c
index abe3c2b..da7dbf8 100644
--- a/macosx/tkMacOSXDialog.c
+++ b/macosx/tkMacOSXDialog.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.37 2008/04/27 22:39:12 dkf Exp $
+ * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.38 2008/09/02 16:10:54 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -38,6 +38,7 @@
* The following structures are used in the GetFileName() function. They store
* information about the file dialog and the file filters.
*/
+
typedef struct _OpenFileData {
FileFilterList fl; /* List of file filters. */
SInt16 curType; /* The filetype currently being listed. */