summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
diff options
context:
space:
mode:
authordas <das>2008-09-02 16:14:18 (GMT)
committerdas <das>2008-09-02 16:14:18 (GMT)
commita2b54a1b966fd289ff2d0aed233afcbd9e6cb993 (patch)
tree4b5f1848e9ad5b9c5a9e0fb2e305ab79d1f7f780 /macosx/tkMacOSXDialog.c
parentc5f2cdbaee955094587bb6fd825169fde60f1c57 (diff)
downloadtk-a2b54a1b966fd289ff2d0aed233afcbd9e6cb993.zip
tk-a2b54a1b966fd289ff2d0aed233afcbd9e6cb993.tar.gz
tk-a2b54a1b966fd289ff2d0aed233afcbd9e6cb993.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 a8be2bf..929d3e4 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.36.2.2 2008/05/03 21:33:00 das Exp $
+ * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.36.2.3 2008/09/02 16:14:18 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. */