From 1e4165ee7b4232090df0d5502a0b5bdeeea53585 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 14 Dec 2012 08:36:13 +0000 Subject: 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 --- src/Fl_compose.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_compose.cxx') 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; } -- cgit v1.2.3