diff options
| author | Manolo Gouy <Manolo> | 2012-12-14 08:36:13 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2012-12-14 08:36:13 +0000 |
| commit | 1e4165ee7b4232090df0d5502a0b5bdeeea53585 (patch) | |
| tree | 4277dbefcba92883c2d568e03559a2cb580f801b /src/Fl_compose.cxx | |
| parent | da9c3af38a232c143faca12ff1cb9675e969d64c (diff) | |
MacOS: towards implementing the NSTextInput protocol to support the text input management system.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9752 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_compose.cxx')
| -rw-r--r-- | src/Fl_compose.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_compose.cxx b/src/Fl_compose.cxx index ceb143526..18ea1a596 100644 --- a/src/Fl_compose.cxx +++ b/src/Fl_compose.cxx @@ -63,8 +63,8 @@ int Fl::compose(int& del) { #endif if(Fl::compose_state) { del = Fl::compose_state; - Fl::compose_state = 0; #ifndef __APPLE__ + Fl::compose_state = 0; } else { // Only insert non-control characters: if (! (ascii & ~31 && ascii!=127)) { return 0; } |
