diff options
Diffstat (limited to 'src/Fl_Screen_Driver.cxx')
| -rw-r--r-- | src/Fl_Screen_Driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Screen_Driver.cxx b/src/Fl_Screen_Driver.cxx index eafa23539..a3210c7de 100644 --- a/src/Fl_Screen_Driver.cxx +++ b/src/Fl_Screen_Driver.cxx @@ -142,6 +142,8 @@ const char *Fl_Screen_Driver::get_system_scheme() return 0L; } +/** The bullet character used by default by Fl_Secret_Input */ +int Fl_Screen_Driver::secret_input_character = 0x2022; // // End of "$Id$". |
