diff options
| author | Manolo Gouy <Manolo> | 2016-04-01 14:49:29 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-01 14:49:29 +0000 |
| commit | 20b00f29ce8097565e329638e19a25ab16a86e16 (patch) | |
| tree | dc8ec8a66f5ec9d428e21feb876e31f02e268ee5 /src/Fl_Screen_Driver.cxx | |
| parent | 88ab084e9aea8fa2d5ceeab0b8bc030c02eedf1f (diff) | |
Rewrite Fl_Text_Editor.cxx under the driver model.
Fl_Cocoa_Screen_Driver contains the Mac OS-specific text editor key bindings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11497 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Screen_Driver.cxx')
| -rw-r--r-- | src/Fl_Screen_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Screen_Driver.cxx b/src/Fl_Screen_Driver.cxx index 09621d6a4..083922c89 100644 --- a/src/Fl_Screen_Driver.cxx +++ b/src/Fl_Screen_Driver.cxx @@ -28,7 +28,7 @@ char Fl_Screen_Driver::fg_set = 0; Fl_Screen_Driver::Fl_Screen_Driver() : -num_screens(-1) +num_screens(-1), text_editor_extra_key_bindings(NULL) { } |
