summaryrefslogtreecommitdiff
path: root/FL/fl_ask.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-01-30 13:38:15 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-01-30 13:38:15 +0000
commita235545e422d52324a9a9cc524ed59922b32502e (patch)
tree2675888face582912dfe85da9120cc4c5469da29 /FL/fl_ask.H
parenta71a0d21b1ffcce8e873d087abb7368d0ab9493b (diff)
Fix prototypes for fl_input() and fl_password().
Change how tabs are colored, and update the tabs demo to show it... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1951 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/fl_ask.H')
-rw-r--r--FL/fl_ask.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/fl_ask.H b/FL/fl_ask.H
index e95c1b92c..0219ffd25 100644
--- a/FL/fl_ask.H
+++ b/FL/fl_ask.H
@@ -1,5 +1,5 @@
//
-// "$Id: fl_ask.H,v 1.7.2.4.2.2 2002/01/01 15:11:28 easysw Exp $"
+// "$Id: fl_ask.H,v 1.7.2.4.2.3 2002/01/30 13:38:15 easysw Exp $"
//
// Standard dialog header file for the Fast Light Tool Kit (FLTK).
//
@@ -44,8 +44,8 @@ FL_EXPORT void fl_message(const char *,...);
FL_EXPORT void fl_alert(const char *,...);
FL_EXPORT int fl_ask(const char *,...);
FL_EXPORT int fl_choice(const char *q,const char *b0,const char *b1,const char *b2,...);
-FL_EXPORT const char *fl_input(const char *label, const char *deflt, ...);
-FL_EXPORT const char *fl_password(const char *label, const char *deflt, ...);
+FL_EXPORT const char *fl_input(const char *label, const char *deflt = 0, ...);
+FL_EXPORT const char *fl_password(const char *label, const char *deflt = 0, ...);
FL_EXPORT Fl_Widget *fl_message_icon();
extern FL_EXPORT unsigned char fl_message_font_;
@@ -62,5 +62,5 @@ extern FL_EXPORT const char* fl_cancel;
#endif
//
-// End of "$Id: fl_ask.H,v 1.7.2.4.2.2 2002/01/01 15:11:28 easysw Exp $".
+// End of "$Id: fl_ask.H,v 1.7.2.4.2.3 2002/01/30 13:38:15 easysw Exp $".
//