summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2012-12-17 17:44:15 +0000
committerManolo Gouy <Manolo>2012-12-17 17:44:15 +0000
commit46abc078b451f07a2105a8d3338e70bac37bd0ec (patch)
tree6a90355505fa34d85e11c5ea5f5215b7f3b1d1b6 /FL
parent3eb27ccf3ef0fe7b6e20cf095d30d976d88288fe (diff)
Mac OS: improved text input support with visible display of marked text in text widgets.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9761 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/mac.H b/FL/mac.H
index bb0621681..9365f5007 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -131,6 +131,7 @@ public:
static CGContextRef none_cursor_image(void);
static void *get_carbon_function(const char *name);
static void screen_work_area(int &X, int &Y, int &W, int &H, int n); // compute work area of a given screen
+ static void compose_state(int);
private:
static void relink(Fl_Window*, Fl_Window*);
bool subwindow;