summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-02 09:34:17 +0000
committerManolo Gouy <Manolo>2016-04-02 09:34:17 +0000
commitab5252071c37b32397565a5d846de17984b75c3a (patch)
tree8ecf39a75d0152f5f0712e84061cf68a2318511f /FL
parent4d4b43a6bcbcd3926b3dc1fc220c3e4b5b7a8c94 (diff)
Move Fl_X::next_marked_length to the Fl_Cocoa_Screen_Driver class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11503 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index e21737421..97cb6832a 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -168,7 +168,6 @@ public:
static CGImageRef CGImage_from_window_rect(Fl_Window *win, int x, int y, int w, int h);
static unsigned char *bitmap_from_window_rect(Fl_Window *win, int x, int y, int w, int h, int *bytesPerPixel);
static void screen_work_area(int &X, int &Y, int &W, int &H, int n); // compute work area of a given screen
- static int next_marked_length; // next length of marked text after current marked text will have been replaced
static const int CoreText_threshold; // Mac OS version from which the Core Text API is used to display text
static Fl_Fontdesc* calc_fl_fonts(void); // computes the fl_fonts global variable
static void clip_to_rounded_corners(CGContextRef gc, int w, int h);